org.robokind.api.animation.editor.history
Class ActionHistoryEvent
java.lang.Object
org.robokind.api.animation.editor.history.ActionHistoryEvent
public class ActionHistoryEvent
- extends Object
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionHistoryEvent
public ActionHistoryEvent(String name,
EditorAction redo,
EditorAction undo,
boolean actionPerformed)
- Parameters:
name
- redo
- undo
- actionPerformed
-
getName
public String getName()
- Returns:
toggle
public void toggle(Object invoker)
- Parameters:
invoker
-
undo
public void undo(Object invoker)
- Parameters:
invoker
-
redo
public void redo(Object invoker)
- Parameters:
invoker
-
getActionPerformed
public boolean getActionPerformed()
- Returns:
Copyright © 2011. All Rights Reserved.