PHP Interface Prado\Web\UI\IPostBackEventHandler

If a control wants to respond to postback event, it must implement this interface.
Since: 3.0
Author: Qiang Xue ([email protected])
Mostra file Open project: pradosoft/prado

Public Methods

Method Description
raisePostBackEvent ( $param ) Raises postback event.

Method Details

raisePostBackEvent() public method

The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the postback event.
public raisePostBackEvent ( $param )