Main Page | Packages | Class Tree | Index | Help

xp.events

interface IRoutable


interface IRoutable

Interface implemented by all objects that can route events.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Method Summary

public
routeEvent ( e: Event ): Void
Routes an event to the parent



Method Documentation

routeEvent

public function routeEvent(e: Event): Void
Routes an event to the parent

Child objects when call through this interface to route or bubble events. The handled property of the Event object can be set to true to prevent further routing of the event.

Parameters:
e
A reference to an event object. The event object must have a type property that is a string indicating the name of the event. Generally, the event object also has a target property that is the name of the instance broadcasting the event. You can define other properties on the event object that will help a user capture information about the event when it is dispatched.

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc