|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ALDConfigurationEventReporter
Interface for classes that generate events of type `ALDConfigurationEvent`.
| Method Summary | |
|---|---|
void |
addALDConfigurationEventListener(ALDConfigurationEventListener listener)
Adds a listener to this reporter. |
void |
fireALDConfigurationEvent(ALDConfigurationEvent event)
Sends an event to all registered listeners. |
void |
removeALDConfigurationEventListener(ALDConfigurationEventListener listener)
Removes a listener from this reporter. |
| Method Detail |
|---|
void addALDConfigurationEventListener(ALDConfigurationEventListener listener)
listener - Listener to be added.void removeALDConfigurationEventListener(ALDConfigurationEventListener listener)
listener - Listener to be removed.void fireALDConfigurationEvent(ALDConfigurationEvent event)
event - Event to be send to all listeners.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||