Generated by
JDiff

Interface zendesk.core.ActionHandlerRegistry

Removed Methods
ActionHandler findHandlerByAction(String) Finds and returns the highest priority ActionHandler whose ActionHandler.canHandle(String) method returned true for the given action String, or null if no ActionHandlers returned true.
 

Added Methods
void clear() Removes all ActionHandlers from the registry.
ActionHandler handlerByAction(String) Finds and returns the highest priority ActionHandler whose ActionHandler.canHandle(String) method returned true for the given action String, or null if no ActionHandlers returned true.