public interface ClientSessionCommand<S extends ClientSession> extends CanvasControl.SessionAware<S>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClientSessionCommand.Callback<V> |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
<V> void |
execute(ClientSessionCommand.Callback<V> callback) |
boolean |
isEnabled() |
ClientSessionCommand<S> |
listen(org.uberfire.mvp.Command statusCallback) |
bindClientSessionCommand<S> listen(org.uberfire.mvp.Command statusCallback)
<V> void execute(ClientSessionCommand.Callback<V> callback)
boolean isEnabled()
void destroy()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.