|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALDWorkflowEventReporter
Interface for classes that generate events of type
ALDWorkflowEvent
.
Method Summary | |
---|---|
void |
addALDWorkflowEventListener(ALDWorkflowEventListener listener)
Adds a listener to this reporter. |
void |
fireALDWorkflowEvent(ALDWorkflowEvent event)
Sends the given event to all registered listeners. |
void |
removeALDWorkflowEventListener(ALDWorkflowEventListener listener)
Removes a listener from this reporter. |
Method Detail |
---|
void addALDWorkflowEventListener(ALDWorkflowEventListener listener)
listener
- Listener to be added.void fireALDWorkflowEvent(ALDWorkflowEvent event)
event
- Event to be send to all listeners.void removeALDWorkflowEventListener(ALDWorkflowEventListener listener)
listener
- Listener to be removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |