Main Page | Packages | Class Tree | Index | Help

xp.events

class MouseListener

Object
  |
  +--xp.events.MouseListener


class MouseListener
extends Object

Listens for mouse events and callsback to mouseHandler method in the parent


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Constructor

public
MouseListener ( )
Constructor

Method Summary

public
attach ( target, filter: Array )
Attach the listener to a component and activate

public
detach ( target )
Detach from a component and stop listening

public
filterEvents ( filter: Array )
Setup event filters



Constructor Documentation

MouseListener

public function MouseListener()
Constructor


Method Documentation

attach

public function attach(target,
 filter: Array)
Attach the listener to a component and activate

Parameters:
target
the component to attach to.
filter

detach

public function detach(target)
Detach from a component and stop listening

Parameters:
target
the component to detach from

filterEvents

public function filterEvents(filter: Array)
Setup event filters


The documentation was generated from the following file:


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