|
|||||||||
| Home >> All >> org >> mandarax >> [ eca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mandarax.eca
Interface EventSource

- All Superinterfaces:
- ECALog
- public interface EventSource
- extends ECALog
Interface for the event source. The event source contains methods for registering and unregistering listeners.
- Version:
- 0.1
| Field Summary |
| Fields inherited from interface org.mandarax.eca.ECALog |
LOG_ECA |
| Method Summary | |
void |
add(EventListener l)
Add a listener. |
void |
remove(EventListener l)
Remove a listener. |
| Method Detail |
add
public void add(EventListener l)
- Add a listener.
remove
public void remove(EventListener l)
- Remove a listener.
|
|||||||||
| Home >> All >> org >> mandarax >> [ eca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC