edu.jhu.ece.iacl.jist.pipeline.view.input
Interface Refreshable

All Known Implementing Classes:
ParamDataLabelInputView, ParamVolumeCollectionInputView, ParamVolumeInputView, ParamVolumeURICollectionInputView, ParamVolumeURIInputView, ParamWeightedVolumesInputView, ParamWeightedVolumesURIInputView, VisualizationActiveContour2D, VisualizationImage, VisualizationTriangleMesh

public interface Refreshable

Refreshable defines a class that is periodicaly refreshed to reflect external changes to the system.

Author:
Blake Lucas

Method Summary
 void refresh()
          Refresh object.
 

Method Detail

refresh

void refresh()
Refresh object.