|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ajax4jsf.event.EventsQueue
public class EventsQueue
Very simple implementation of FIFO buffer, to organize JSF events queue.
| Constructor Summary | |
|---|---|
EventsQueue()
|
|
| Method Summary | |
|---|---|
void |
add(javax.faces.event.FacesEvent element)
Add event to queue. |
void |
clear()
|
boolean |
isEmpty()
|
javax.faces.event.FacesEvent |
remove()
Remove and return first queued event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventsQueue()
| Method Detail |
|---|
public javax.faces.event.FacesEvent remove()
throws java.util.NoSuchElementException
java.util.NoSuchElementException - , if queue is empty.public void add(javax.faces.event.FacesEvent element)
element - public void clear()
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||