Class Index | File Index

Classes


Class myfaces._impl._util._ListenerQueue


Extends myfaces._impl._util._Queue.

Defined in: _ListenerQueue.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Implementation of the listener queue for jsf.js

It is based upon our high performance queue and adds dedicated methods for listener based closures to the mix

Method Summary
Method Attributes Method Name and Description
 
broadcastEvent(argument)
generic broadcast with a number of arguments being passed down
 
enqueue(listener)
adds a listener to the queue
 
remove(listener)
removes a listener form the queue
Methods borrowed from class myfaces._impl._util._Queue:
arrFilter, cleanup, constructor_, dequeue, each, indexOf, isEmpty, length, setQueueSize
Class Detail
myfaces._impl._util._ListenerQueue()
Implementation of the listener queue for jsf.js

It is based upon our high performance queue and adds dedicated methods for listener based closures to the mix

Method Detail
broadcastEvent(argument)
generic broadcast with a number of arguments being passed down
Parameters:
{Object} argument
the arguments passed down which are broadcast

enqueue(listener)
adds a listener to the queue
Parameters:
{function} listener
the listener to be added

remove(listener)
removes a listener form the queue
Parameters:
{function} listener
the listener to be removed

Documentation generated by JsDoc Toolkit 2.1.0 on Thu Mar 31 2016 20:57:59 GMT-0000 (GMT)