Package ddf.action
Interface ActionProvider
public interface ActionProvider
This class provides an
Action for a given subject. Objects that the ActionProvider can handle are not restricted to a particular class and can be whatever the
ActionProvider is able to handle. - See Also:
-
Method Summary
-
Method Details
-
getAction
- Parameters:
subject- object for which theActionProvideris requested to provide anAction- Returns:
- an
Actionobject. If no action can be taken on the input, thennullshall be returned
-
getId
String getId()- Returns:
- a unique identifier to distinguish the type of service this
ActionProviderprovides
-