PowerUI.DeviceProximityEventListener Class Reference

Detailed Description

Handler for DeviceProximityEvent events.

Inheritance diagram for PowerUI.DeviceProximityEventListener:
Dom.EventListener

Public Member Functions

 DeviceProximityEventListener (DeviceProximityEventDelegate listener)
 
override void handleEvent (Event e)
 Call this to run the method. More...
 

Public Attributes

DeviceProximityEventDelegate Listener
 
- Public Attributes inherited from Dom.EventListener
bool Capture
 True if this is a capture phase listener. More...
 

Properties

override object Internal [get]
 
- Properties inherited from Dom.EventListener
virtual object Internal [get]
 The internal specific delegate instance. More...
 

Additional Inherited Members

- Package Functions inherited from Dom.EventListener
bool Matches (object mtd)
 Checks if the given method equals this listeners internal method handler. More...
 

Constructor & Destructor Documentation

PowerUI.DeviceProximityEventListener.DeviceProximityEventListener ( DeviceProximityEventDelegate  listener)
inline

Member Function Documentation

override void PowerUI.DeviceProximityEventListener.handleEvent ( Event  e)
inlinevirtual

Call this to run the method.

Reimplemented from Dom.EventListener.

Member Data Documentation

DeviceProximityEventDelegate PowerUI.DeviceProximityEventListener.Listener

Property Documentation

override object PowerUI.DeviceProximityEventListener.Internal
get