public class UndoableActionManagerEvent
extends org.zkoss.zk.ui.event.Event
Modifier and Type | Class and Description |
---|---|
static class |
UndoableActionManagerEvent.Type |
Constructor and Description |
---|
UndoableActionManagerEvent(String name,
org.zkoss.zk.ui.Component target,
UndoableActionManagerEvent.Type type,
UndoableAction action) |
Modifier and Type | Method and Description |
---|---|
UndoableAction |
getAction() |
UndoableActionManagerEvent.Type |
getType() |
public UndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action)
public UndoableAction getAction()
public UndoableActionManagerEvent.Type getType()
Copyright © 2020. All rights reserved.