Package org.gatein.pc.controller
Class EventPhaseContext
- java.lang.Object
-
- org.gatein.pc.controller.EventPhaseContext
-
- All Implemented Interfaces:
Iterator<WindowEvent>
public class EventPhaseContext extends Object implements Iterator<WindowEvent>
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()WindowEventnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<WindowEvent>
-
next
public WindowEvent next()
- Specified by:
nextin interfaceIterator<WindowEvent>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<WindowEvent>
-
-