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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UndoableActionManagerEvent.Type
-
Constructor Summary
Constructors Constructor Description UndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UndoableAction
getAction()
UndoableActionManagerEvent.Type
getType()
-
-
-
Constructor Detail
-
UndoableActionManagerEvent
public UndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action)
-
-
Method Detail
-
getAction
public UndoableAction getAction()
-
getType
public UndoableActionManagerEvent.Type getType()
-
-