|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.datamanager.event.DataManagerEventAdapter
|
+--org.datamanager.event.UnsubscribeEventGeneratorEvent
This event is fired when
EventGenerator.unsubscribed() is invoked.
| Field Summary |
| Fields inherited from class org.datamanager.event.DataManagerEventAdapter |
source, time |
| Constructor Summary | |
UnsubscribeEventGeneratorEvent(EventGenerator source,
EventHandler handler)
This public constructor used to create a UnsubscribeEventGeneratorEvent that does not contain
a EventConstraint. |
|
UnsubscribeEventGeneratorEvent(EventGenerator source,
EventHandler handler,
EventConstraint constraint)
This public constructor used to create a UnsubscribeEventGeneratorEvent that does contain
a EventConstraint. |
|
| Method Summary | |
EventConstraint |
getConstraint()
Report the EventConstraint that was unsubscribed. |
EventHandler |
getEventHandler()
Report the EventHandler that was unsubscribed. |
String |
toString()
A toString() method to provide a meaningful String
representation of this event. |
| Methods inherited from class org.datamanager.event.DataManagerEventAdapter |
getSource, getTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.datamanager.event.DataManagerEvent |
getSource, getTime |
| Constructor Detail |
public UnsubscribeEventGeneratorEvent(EventGenerator source,
EventHandler handler)
UnsubscribeEventGeneratorEvent that does not contain
a EventConstraint.
source - The source of this event. Usually 'this.'handler - The EventHandler that was
unsubscribed.
public UnsubscribeEventGeneratorEvent(EventGenerator source,
EventHandler handler,
EventConstraint constraint)
UnsubscribeEventGeneratorEvent that does contain
a EventConstraint.
source - The source of this event. Usually 'this.'handler - The EventHandler that was
unsubscribed.constraint - The EventConstraint that was
unsubscribed.| Method Detail |
public EventHandler getEventHandler()
EventHandler that was unsubscribed.
EventHandler that was unsubscribed.public EventConstraint getConstraint()
EventConstraint that was unsubscribed.
EventConstraint that was unsubscribed.public String toString()
String
representation of this event.
toString in interface DataManagerEventtoString in class DataManagerEventAdapterString representation
of this event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||