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