com.objectwave.event
Interface Dispatcher


public interface Dispatcher

Used in conjunction with SimplePacketSupport. This allows the class using SimplePacketSupport to call what ever message dispatch it so wishes. Used to provide support for any event listener list.

Version:
2.0

Method Summary
 void dispatch(java.util.EventListener listener, java.util.EventObject packet)
           
 

Method Detail

dispatch

public void dispatch(java.util.EventListener listener,
                     java.util.EventObject packet)