public interface ActionHandler
Base action handler interface. All action handlers need to implement this.
It should never be implemented by any class directly, only extended by appropriate handler interfaces.