Packagecom.pcbsys.nirvana.client
Classpublic class nEventListenerHelper
InheritancenEventListenerHelper Inheritance Object
Implements nEventListener

This class is a helper class for the nEventListener class



Public Methods
 MethodDefined By
  
nEventListenerHelper(eventCB:Function)
This constructor takes a function that will be called every time a event is delivered to it.
nEventListenerHelper
  
go(evt:*):void
This function is used internally
nEventListenerHelper
Constructor Detail
nEventListenerHelper()Constructor
public function nEventListenerHelper(eventCB:Function)

This constructor takes a function that will be called every time a event is delivered to it.

Parameters
eventCB:Function — the function that receives all events
Method Detail
go()method
public function go(evt:*):void

This function is used internally

Parameters
evt:* — an nConsumeEvent