@FunctionalInterface public interface VanillaEventHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
action()
perform all tasks once and return ASAP.
|
boolean action()
throws InvalidEventHandlerException,
InterruptedException
InvalidEventHandlerException - when it is not longer valid.InterruptedExceptionCopyright © 2018. All rights reserved.