Class ActionHandler.FactoryRegistry
- java.lang.Object
-
- com.floragunn.signals.watch.action.handlers.ActionHandler.FactoryRegistry
-
- Enclosing class:
- ActionHandler
public static final class ActionHandler.FactoryRegistry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ActionHandler.Factory<?>... factories)ActionHandler.Factory<?>get(String type)
-
-
-
Method Detail
-
add
public void add(ActionHandler.Factory<?>... factories)
-
get
public ActionHandler.Factory<?> get(String type)
-
-