PHP Interface Prado\Web\UI\ActiveControls\ICallbackEventHandler

If a control wants to respond to callback event, it must implement this interface.
Since: 3.1
Afficher le fichier Open project: pradosoft/prado Interface Usage Examples

Méthodes publiques

Méthode Description
raiseCallbackEvent ( $eventArgument ) Raises callback event. The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the callback event.

Method Details

raiseCallbackEvent() public méthode

Raises callback event. The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the callback event.
public raiseCallbackEvent ( $eventArgument )