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_ChangeListenersthe listeners.Methods in adams.flow.control with parameters of type StorageChangeListener Modifier and Type Method Description voidStorage. addChangeListener(StorageChangeListener l)Adds the change listener.voidStorage. 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 classStoragePanelDisplays the current items stored in the temp storage of a flow.
-