Interface IBroadcastEventReceiver

Description

IBroadcastEventReceiver interface

If a control wants to check broadcast event, it must implement this interface.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TControl.php 3078 2011-12-03 15:25:12Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Web/UI/TControl.php (line 2029)


	
			
Method Summary
void broadcastEventReceived (TControl $sender, TBroadCastEventParameter $param)
Methods
broadcastEventReceived (line 2040)

Handles broadcast event.

This method is invoked automatically when an event is broadcasted. Within this method, you may check the event name given in the event parameter to determine whether you should respond to this event.

  • access: public
void broadcastEventReceived (TControl $sender, TBroadCastEventParameter $param)
  • TControl $sender: sender of the event
  • TBroadCastEventParameter $param: event parameter

Documentation generated on Mon, 25 Jun 2012 14:37:39 +0200 by phpDocumentor 1.4.3