|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsynchEventSource
AsynchEventSource
is an interface where
AsynchEvents can be generated from. They are expected to
place them in the AsynchEventSink that can be connected via
the setSink() method.
Method Summary | |
---|---|
AsynchEventSink |
getSink()
Returns the AsynchEventSink that has previously been set by the setSink() method |
void |
setSink(AsynchEventSink sink)
Sets the AsynchEventSink for this AsynchEventSource. |
Method Detail |
---|
AsynchEventSink getSink()
void setSink(AsynchEventSink sink)
sink
- - the AsynchEventSink for this AsynchEventSource. This can be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |