|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bushe.swing.event.AbstractEventServiceEvent
public abstract class AbstractEventServiceEvent
Convenience base class for EventServiceEvents in the application. Provides the small convenience of holding the event source publication. It is not necessary to use this event class when using an EventService.
Constructor Summary | |
---|---|
AbstractEventServiceEvent(java.lang.Object source)
Default contructor |
Method Summary | |
---|---|
java.lang.Object |
getSource()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEventServiceEvent(java.lang.Object source)
source
- the source of the eventMethod Detail |
---|
public java.lang.Object getSource()
getSource
in interface EventServiceEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |