public interface ApplicationRunnerListener extends EventListener
ApplicationRunner using ApplicationRunnerEvent.| Modifier and Type | Method and Description |
|---|---|
void |
close(ApplicationRunnerEvent event) |
void |
error(ApplicationRunnerEvent event) |
void |
init(ApplicationRunnerEvent event) |
void |
initOnce(ApplicationRunnerEvent event) |
void |
shutdown(ApplicationRunnerEvent event) |
void |
shutdownWithError(ApplicationRunnerEvent event) |
void |
start(ApplicationRunnerEvent event) |
void initOnce(ApplicationRunnerEvent event)
event - the action executor eventApplicationRunner.initOnce()void init(ApplicationRunnerEvent event) throws Exception
event - the action executor eventExceptionApplicationRunner.onInit()void start(ApplicationRunnerEvent event) throws Exception
event - the action executor eventExceptionApplicationRunner.onStart()void close(ApplicationRunnerEvent event) throws Exception
event - the action executor eventExceptionApplicationRunner.onClose(boolean)void shutdown(ApplicationRunnerEvent event) throws Exception
event - the action executor eventExceptionApplicationRunner.onShutdown()void shutdownWithError(ApplicationRunnerEvent event)
event - the action executor eventApplicationRunner.onShutdown(Exception)void error(ApplicationRunnerEvent event)
event - the action executor eventApplicationRunner.onError(Exception)Copyright © 2008–2020 Ultreia.io. All rights reserved.