public interface StreamSource
Modifier and Type | Method and Description |
---|---|
void |
registerStreamMonitor(StreamMonitor monitor)
Register a ExceptionMonitor with the source.
|
void |
unregisterStreamMonitor(StreamMonitor monitor)
Unregister a StreamMonitor with the source.
|
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.Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.