Package io.keikai.ui.event
Class UndoableActionManagerEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
io.keikai.ui.event.UndoableActionManagerEvent
- All Implemented Interfaces:
Serializable
public class UndoableActionManagerEvent
extends org.zkoss.zk.ui.event.Event
- Author:
- dennis
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action) -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
UndoableActionManagerEvent
public UndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action)
-
-
Method Details
-
getAction
-
getType
-