Class myfaces._impl._util._ListenerQueue
				
Extends
					myfaces._impl._util._Queue.
				
			
				
				
				
					
Defined in:  _ListenerQueue.js.
				
			
| 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 Attributes | Method Name and Description | 
|---|---|
| broadcastEvent(args)
								 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(args)
					
					
					
						generic broadcast with a number of arguments being passed down
						
						
					
					
					
					
						
							- Parameters:
- {Object} args
- 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