public class DirectCallback extends java.lang.Object implements ICallback
IDirect trigger.| Constructor and Description |
|---|
DirectCallback(IDirect component,
java.lang.Object[] parameters)
Creates a new DirectCallback for the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performCallback(IRequestCycle cycle)
Locates the
IDirectcomponent that was previously identified (and whose page and id
path were stored). |
java.lang.String |
toString() |
public DirectCallback(IDirect component, java.lang.Object[] parameters)
public java.lang.String toString()
toString in class java.lang.Objectpublic void performCallback(IRequestCycle cycle)
IDirectcomponent that was previously identified (and whose page and id
path were stored). Invokes IRequestCycle.setListenerParameters(Object[])(Object[])to
restore the service parameters, then invokes IDirect.trigger(IRequestCycle)on the
component.performCallback in interface ICallback