com.isti.util
Interface IstiEventListener

All Superinterfaces:
java.util.EventListener

public interface IstiEventListener
extends java.util.EventListener

Interface IstiEventListener defines an event listener.


Method Summary
 void notifyEvent(java.util.EventObject e)
          This notification tells listeners an event has occurred.
 

Method Detail

notifyEvent

void notifyEvent(java.util.EventObject e)
This notification tells listeners an event has occurred.

Parameters:
e - the event object.