public interface CommandListener<T,V>
Modifier and Type | Method and Description |
---|---|
void |
onAllow(T context,
Command<T,V> command,
CommandResult<V> result) |
void |
onExecute(T context,
Command<T,V> command,
CommandResult<V> result) |
void |
onUndo(T context,
Command<T,V> command,
CommandResult<V> result) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.