com.qoppa.pdfViewer.actions
Class NullAction

java.lang.Object
  extended by com.qoppa.pdfViewer.actions.Action
      extended by com.qoppa.pdfViewer.actions.NullAction

public class NullAction
extends Action

NO-OP Action

Author:
Qoppa Software

Field Summary
static String ACTION_TYPE_DESCRIPTION
           
 
Constructor Summary
NullAction()
           
 
Method Summary
 String getActionType()
          Returns the type of action.
 String getActionTypeDesc()
          Returns the action type description
 String toString()
          Returns the description of the action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTION_TYPE_DESCRIPTION

public static String ACTION_TYPE_DESCRIPTION
Constructor Detail

NullAction

public NullAction()
Method Detail

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