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
ModifierConstructorDescriptionprotected
ChangeTimer
(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:
run
in classcom.google.gwt.user.client.Timer
- See Also:
-
Timer.run()
-
matches
Checks whether the timer change properties match the given ones.- Parameters:
valuePath
- the entity value pathattributeName
- the attribute namevalueIndex
- the value index- Returns:
true
if the timer change properties match the given ones
-