org.smartfrog.sfcore.workflow.eventbus
Interface EventSink
- All Superinterfaces:
- java.rmi.Remote
- All Known Subinterfaces:
- EventRegistration
- All Known Implementing Classes:
- Attribute, Container, Delay, Deployer, DoNothing, During, EventCompoundImpl, EventCounter, EventPrimImpl, EventQueue, EventSend, FileTesterImpl, FireBreak, GameArenaWrapper, OnEvent, Parallel, ProgressBarsImpl, RandomSequence, Repeat, Retract, Retry, Run, Sequence, Terminator, Timeout, Try
public interface EventSink
- extends java.rmi.Remote
Part of the SmartFlow event infrastructure used to provide simple
synchronization between components The EventSink interface defines the
method used for passing an event.
- See Also:
EventSink
|
Method Summary |
void |
event(java.lang.Object theEvent)
Causes the EventSink to handle and forwards the event. |
event
void event(java.lang.Object theEvent)
throws java.rmi.RemoteException
- Causes the EventSink to handle and forwards the event.
- Parameters:
theEvent - java.lang.String The event to forward
- Throws:
java.rmi.RemoteException - In case of network/rmi error
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP