Package | com.pcbsys.nirvana.client |
Class | public class nEventListenerHelper |
Inheritance | nEventListenerHelper ![]() |
Implements | nEventListener |
Public Methods
Method | Defined 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.
ParameterseventCB: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
|