com.togethersoft.openapi.util
Class DispatchableEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.togethersoft.openapi.util.DispatchableEvent
Direct Known Subclasses:
PropertyMapEvent

public abstract class DispatchableEvent
extends EventObject
implements EventDispatch

Presents event which can execute any method of a event listener.

Author:
TogetherSoft
Since: Together 4.0

Fields inherited from class java.util.EventObject
source

Constructor Summary
DispatchableEvent(Object source)
          Creates new DispatchableEvent with specified source of event.

Methods inherited from class java.util.EventObject
getSource, toString

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

DispatchableEvent

public DispatchableEvent(Object source)
Creates new DispatchableEvent with specified source of event.