|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.util.EventListener.Bicast
public static class EventListener.Bicast
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.grogra.util.EventListener |
---|
EventListener.Bicast, EventListener.Multicaster |
Field Summary | |
---|---|
EventListener |
a
|
EventListener |
b
|
Constructor Summary | |
---|---|
EventListener.Bicast()
|
|
EventListener.Bicast(EventListener a)
|
|
EventListener.Bicast(EventListener a,
EventListener b)
|
Method Summary | |
---|---|
void |
eventOccured(java.util.EventObject event)
This method is invoked on registered event listeners when event has occured. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public EventListener a
public EventListener b
Constructor Detail |
---|
public EventListener.Bicast()
public EventListener.Bicast(EventListener a)
public EventListener.Bicast(EventListener a, EventListener b)
Method Detail |
---|
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 event
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |