|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamSource
An interface for classes that supports StreamMonitors.
Method Summary | |
---|---|
void |
registerStreamMonitor(StreamMonitor monitor)
Register a ExceptionMonitor with the source. |
void |
unregisterStreamMonitor(StreamMonitor monitor)
Unregister a StreamMonitor with the source. |
Method Detail |
---|
void registerStreamMonitor(StreamMonitor monitor) throws TooManyMonitorsException
monitor
- The monitor to register.
TooManyMonitorsException
- if the StreamSource can not handle another registration.void unregisterStreamMonitor(StreamMonitor monitor)
monitor
- The monitor to register.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |