com.qoppa.pdfViewer.actions
Class NullAction
java.lang.Object
com.qoppa.pdfViewer.actions.Action
com.qoppa.pdfViewer.actions.NullAction
public class NullAction
- extends Action
NO-OP Action
- Author:
- Qoppa Software
ACTION_TYPE_DESCRIPTION
public static String ACTION_TYPE_DESCRIPTION
NullAction
public NullAction()
getActionType
public String getActionType()
- Description copied from class:
Action
- Returns the type of action.
- Specified by:
getActionType in class Action
- Returns:
- The action type.
toString
public String toString()
- Returns the description of the action.
- Overrides:
toString in class Object
getActionTypeDesc
public String getActionTypeDesc()
- Returns the action type description
- Specified by:
getActionTypeDesc in class Action