Package velox.api.layer1.actions
Interface Layer1ActionMapper
public interface Layer1ActionMapper
Implement this interface if a strategy wants to register external actions
Bookmap looks for this interface when loading strategies. Once it is found,
Layer1ExternalAction in Bookmap action system.Bookmap looks for this interface when loading strategies. Once it is found,
getActionsContainer() method will be called.-
Method Summary
Modifier and TypeMethodDescriptionIt's the entry point for action registration.
-
Method Details
-
getActionsContainer
Layer1ActionsContainer getActionsContainer()It's the entry point for action registration.- Returns:
Layer1ActionsContainerinstance that contains action list
-