|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.zwares.base.event.EEventSourceObject
An implementation class of event source.
| Field Summary | |
protected javax.swing.event.EventListenerList |
elList
|
| Constructor Summary | |
EEventSourceObject()
Creates new EEventSourceObject |
|
| Method Summary | |
void |
addEventListener(EEventListener el)
Adds an EEventListener to the list of listners. |
void |
notifyEventListeners(EEvent evt)
Notifies all the registered listeners about the event evt. |
void |
removeAllEventListeners()
Removes all the EEventListener from the list of listeners. |
void |
removeEventListener(EEventListener el)
Removes the specified EEventListener from the list of listeners. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.event.EventListenerList elList
| Constructor Detail |
public EEventSourceObject()
| Method Detail |
public void addEventListener(EEventListener el)
addEventListener in interface EEventSourcepublic void removeEventListener(EEventListener el)
removeEventListener in interface EEventSourcepublic void removeAllEventListeners()
public void notifyEventListeners(EEvent evt)
notifyEventListeners in interface EEventSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||