Uses of Interface
adams.event.StorageChangeListener
-
Packages that use StorageChangeListener Package Description adams.flow.control adams.gui.visualization.debug -
-
Uses of StorageChangeListener in adams.flow.control
Fields in adams.flow.control with type parameters of type StorageChangeListener Modifier and Type Field Description protected Set<StorageChangeListener>
Storage. m_ChangeListeners
the listeners.Methods in adams.flow.control with parameters of type StorageChangeListener Modifier and Type Method Description void
Storage. addChangeListener(StorageChangeListener l)
Adds the change listener.void
Storage. removeChangeListener(StorageChangeListener l)
Removes the change listener. -
Uses of StorageChangeListener in adams.gui.visualization.debug
Classes in adams.gui.visualization.debug that implement StorageChangeListener Modifier and Type Class Description class
StoragePanel
Displays the current items stored in the temp storage of a flow.
-