|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.netweaver.bc.rf.util.event.EventListIterator
Class implementing an event list iterator used within the event list implementation.
| Constructor Summary | |
EventListIterator(java.util.ListIterator it)
Construct instance based on real ListIterator at heart. |
|
| Method Summary | |
boolean |
hasNext()
Check for next event in list. |
IEvent |
next()
Get next event from list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EventListIterator(java.util.ListIterator it)
it - real ListIterator at heart| Method Detail |
public boolean hasNext()
hasNext in interface IEventListIteratorpublic IEvent next()
next in interface IEventListIterator
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||