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
IDirect component 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.Object
public void performCallback(IRequestCycle cycle)
IDirect
component 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