public final class Callback extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Callback.OutputUse this if you need an output stream callback. | 
| static interface  | Callback.Returning<R>Use this if you need a callback which returns a value. | 
| static interface  | Callback.ReturningWithArgument<R,A>Use this if you need a callback which takes an argument and returns a value. | 
| static interface  | Callback.SerializableReturning<R>Use this if you need a serializable callback which returns a value. | 
| static interface  | Callback.SerializableReturningWithArgument<R,A>Use this if you need a serializable callback which takes an argument and returns a value. | 
| static interface  | Callback.SerializableVoidUse this if you need a serializable void callback. | 
| static interface  | Callback.SerializableWithArgument<A>Use this if you need a serializable callback which takes an argument. | 
| static interface  | Callback.VoidUse this if you need a void callback. | 
| static interface  | Callback.WithArgument<A>Use this if you need a callback which takes an argument. | 
| Constructor and Description | 
|---|
| Callback() | 
Copyright © 2012–2020 OmniFaces. All rights reserved.