@Deprecated public class DelegateEventHandler extends Object implements net.openhft.chronicle.core.threads.EventHandler
| Modifier | Constructor and Description |
|---|---|
protected |
DelegateEventHandler(net.openhft.chronicle.core.threads.EventHandler eventHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
action()
Deprecated.
|
void |
eventLoop(net.openhft.chronicle.core.threads.EventLoop eventLoop)
Deprecated.
|
void |
loopFinished()
Deprecated.
|
void |
loopStarted()
Deprecated.
|
@NotNull net.openhft.chronicle.core.threads.HandlerPriority |
priority()
Deprecated.
|
protected DelegateEventHandler(net.openhft.chronicle.core.threads.EventHandler eventHandler)
public void eventLoop(net.openhft.chronicle.core.threads.EventLoop eventLoop)
eventLoop in interface net.openhft.chronicle.core.threads.EventHandlerpublic void loopStarted()
loopStarted in interface net.openhft.chronicle.core.threads.EventHandlerpublic void loopFinished()
loopFinished in interface net.openhft.chronicle.core.threads.EventHandler@NotNull public @NotNull net.openhft.chronicle.core.threads.HandlerPriority priority()
priority in interface net.openhft.chronicle.core.threads.EventHandlerpublic boolean action()
throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
action in interface net.openhft.chronicle.core.threads.VanillaEventHandlernet.openhft.chronicle.core.threads.InvalidEventHandlerExceptionCopyright © 2021. All rights reserved.