public class DelegateInterruptMonitor extends Object implements InterruptMonitor
InterruptMonitor that delegates the calls to the delegate specified
in the constructor.| Constructor and Description |
|---|
DelegateInterruptMonitor(InterruptMonitor interrupter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInterrupted() |
public DelegateInterruptMonitor(InterruptMonitor interrupter)
interrupter - The InterruptMonitor to which the calls are delegated.
Must not be null!public boolean isInterrupted()
isInterrupted in interface InterruptMonitortrue after this monitor was notified about interruption,
false if it was not.Copyright © 2011–2024 Live Ontologies Project. All rights reserved.