|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICallback
Defines a callback, an object which is used to invoke or reinvoke a method on an object or component in a later request cycle. This is used to allow certain operations (say, submitting an order) to defer to other processes (say, logging in and/or registerring).
Callbacks must be Serializable
, to ensure that they can be stored
between request cycles.
Method Summary | |
---|---|
void |
performCallback(IRequestCycle cycle)
Performs the call back. |
Method Detail |
---|
void performCallback(IRequestCycle cycle)
cycle
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |