|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.meiglobal.ebds.api.event.AcceptorEventSource
public class AcceptorEventSource
Base class for event generation. The acceptor class extends this class so that it can raise events to any interested listeners.
| Constructor Summary | |
|---|---|
AcceptorEventSource()
|
|
| Method Summary | |
|---|---|
void |
addAcceptorEventListener(AcceptorEventListener listener)
This methods allows classes to register for AcceptorEvents. |
void |
fireAcceptorEvent(AcceptorEvent evt)
This method is used to fire AcceptorEvents. |
void |
removeAcceptorEventListener(AcceptorEventListener listener)
This methods allows classes to unregister for AcceptorEvents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptorEventSource()
| Method Detail |
|---|
public void addAcceptorEventListener(AcceptorEventListener listener)
listener - The listener to add.public void removeAcceptorEventListener(AcceptorEventListener listener)
listener - The listener to remove.public void fireAcceptorEvent(AcceptorEvent evt)
evt - The AcceptorEvent to raise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||