|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventRegistration
Part of the SmartFlow event infrastructure used to provide simple synchronization between components The EventRegistration interface defines the methods used for registring an EventSink with another SmartFlow component.
EventSink| Method Summary | |
|---|---|
void |
deregister(EventSink sink)
Removes an EventSink from the forwarding list for an event. |
void |
register(EventSink sink)
Adds an EventSink to the forwarding list for an event. |
| Methods inherited from interface org.smartfrog.sfcore.workflow.eventbus.EventSink |
|---|
event |
| Method Detail |
|---|
void deregister(EventSink sink)
throws java.rmi.RemoteException
sink - org.smartfrog.sfcore.workflow.eventbus.EventSink The event
sink to remove
java.rmi.RemoteException - In case of network.rmi error
void register(EventSink sink)
throws java.rmi.RemoteException
sink - org.smartfrog.sfcore.workflow.eventbus.EventSink The event
sink to add
java.rmi.RemoteException - In case of network.rmi error
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||