Interface ActionPerformer
Deprecated.
Specifies how an action should be performed.
Should be implemented by classes which are able to perform an action's work
on its behalf, e.g. for
CallbackSystemActions.-
Method Summary
Modifier and TypeMethodDescriptionvoidperformAction(SystemAction action) Deprecated.Called when the action is to be performed.
-
Method Details
-
performAction
Deprecated.Called when the action is to be performed.- Parameters:
action- the action to be performed by this performer
-
CallbackSystemAction.setActionPerformer(ActionPerformer)for details.