com.isti.util.gui
Interface UpdateListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- IstiTimePanel, IstiTimeRangePanel, UpdateHandler
- public interface UpdateListener
- extends java.util.EventListener
Interface UpdateListener defines an update listener.
|
Method Summary |
void |
processUpdate(java.awt.Component component,
java.lang.Object e)
Process an update. |
processUpdate
public void processUpdate(java.awt.Component component,
java.lang.Object e)
- Process an update.
- Parameters:
component - the component.e - the event or null if none.