public interface ICallback extends java.io.Serializable
Callbacks must be Serializable
, to ensure that they can be stored
between request cycles.
Modifier and Type | Method and Description |
---|---|
void |
performCallback(IRequestCycle cycle)
Performs the call back.
|
void performCallback(IRequestCycle cycle)
cycle
.