Package org.opencms.acacia.client
Class CmsUndoRedoHandler.ChangeTimer
java.lang.Object
com.google.gwt.user.client.Timer
org.opencms.acacia.client.CmsUndoRedoHandler.ChangeTimer
- Enclosing class:
CmsUndoRedoHandler
A timer to delay the addition of a change.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChangeTimer(String valuePath, String attributeName, int valueIndex, CmsUndoRedoHandler.ChangeType changeType) Constructor. -
Method Summary
Methods inherited from class com.google.gwt.user.client.Timer
cancel, isRunning, schedule, scheduleRepeating
-
Constructor Details
-
ChangeTimer
protected ChangeTimer(String valuePath, String attributeName, int valueIndex, CmsUndoRedoHandler.ChangeType changeType) Constructor.- Parameters:
valuePath- the entity value pathattributeName- the attribute namevalueIndex- the value indexchangeType- the change type
-
-
Method Details
-
run
- Specified by:
runin classcom.google.gwt.user.client.Timer- See Also:
-
matches
Checks whether the timer change properties match the given ones.- Parameters:
valuePath- the entity value pathattributeName- the attribute namevalueIndex- the value index- Returns:
trueif the timer change properties match the given ones
-