Package nl.stokpop.eventscheduler.api
Interface SchedulerExceptionHandler
-
public interface SchedulerExceptionHandlerWhen a keep-alive event throws a KillSwitchException or AbortSchedulerException, the kill or abort of this handler will be invoked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabort(java.lang.String message)voidkill(java.lang.String message)
-