|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.util.EventListener.Multicaster
public static class EventListener.Multicaster
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.grogra.util.EventListener |
---|
EventListener.Bicast, EventListener.Multicaster |
Constructor Summary | |
---|---|
EventListener.Multicaster()
|
Method Summary | |
---|---|
void |
addEventListener(EventListener l)
|
void |
eventOccured(java.util.EventObject event)
This method is invoked on registered event listeners when event has occured. |
void |
removeAllListeners()
|
void |
removeEventListener(EventListener l)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventListener.Multicaster()
Method Detail |
---|
public final void addEventListener(EventListener l)
public void eventOccured(java.util.EventObject event)
EventListener
event
has occured. This general listener interface
does not restrict the possible kinds of events. Concrete sources
of events should specify which events they may fire.
event
- an eventpublic final void removeAllListeners()
public final void removeEventListener(EventListener l)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |