X - public interface BlackboardServerAction<X extends Enum<?>>
Actions should use the 'handler' methods to set the 'ongoing' or 'done' status.
failed status is automatically set upon catching an exception thrown by this interface, so feel free to simply throw whatever you want
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BlackboardServerHandler handler,
BlackboardJob job) |
void execute(BlackboardServerHandler handler, BlackboardJob job) throws Exception
ExceptionCopyright © 2018. All rights reserved.