PHP Interface Prado\Web\UI\ActiveControls\ICallbackEventHandler

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

Public Methods

Method 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 method

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 )