Interface EventBundle

    • Method Detail

      • getEvents

        Iterator<Event> getEvents()
        Returns the events of this bundle.
        Returns:
        the events of this bundle.
      • isLocal

        boolean isLocal()
        Returns 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.
        Returns:
        true if this event bundle is associated with a local change, false if this event bundle contains external changes.