|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseCallback | |
|---|---|
| org.asmatron.messengine | |
| org.asmatron.messengine.action | |
| org.asmatron.messengine.engines | |
| Uses of ResponseCallback in org.asmatron.messengine |
|---|
| Methods in org.asmatron.messengine with parameters of type ResponseCallback | ||
|---|---|---|
|
ViewEngine.request(ActionId<RequestAction<java.lang.Void,T>> type,
ResponseCallback<T> callback)
|
|
|
ViewEngine.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
| Uses of ResponseCallback in org.asmatron.messengine.action |
|---|
| Classes in org.asmatron.messengine.action that implement ResponseCallback | |
|---|---|
class |
SwingResponseCallback<T>
|
| Methods in org.asmatron.messengine.action that return ResponseCallback | |
|---|---|
ResponseCallback<V> |
RequestAction.getCallback()
|
| Constructors in org.asmatron.messengine.action with parameters of type ResponseCallback | |
|---|---|
RequestAction(T value,
ResponseCallback<V> callback)
|
|
| Uses of ResponseCallback in org.asmatron.messengine.engines |
|---|
| Methods in org.asmatron.messengine.engines with parameters of type ResponseCallback | ||
|---|---|---|
|
DefaultEngine.request(ActionId<RequestAction<java.lang.Void,T>> type,
ResponseCallback<T> callback)
|
|
|
DefaultEngine.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
|
DefaultActionDelegate.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
|
ActionDelegate.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||