|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventBundle
An EventBundle is similar to the
EventIterator interface. Other than the
EventIterator an EventBundle allows to retrieve
the events multiple times using the getEvents() method.
| Method Summary | |
|---|---|
Iterator<Event> |
getEvents()
Returns the events of this bundle. |
boolean |
isLocal()
Returns true if this event bundle is associated with a
change that was initiated by a local session info. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
Iterator<Event> getEvents()
events of this bundle.boolean isLocal()
true if this event bundle is associated with a
change that was initiated by a local session info. Event bundles for
external changes will aways return false.
true if this event bundle is associated with a local
change, false if this event bundle contains external
changes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||