com.togethersoft.openapi.util
Interface EventDispatch

All Known Implementing Classes:
DispatchableEvent

public interface EventDispatch

Gives ability to send event to specified listener.

Author:
TogetherSoft

Method Summary
 voiddispatch(EventListener listener)
           Sends an event to specified listener.

Method Detail

dispatch

public void dispatch(EventListener listener)
Sends an event to specified listener.