Interface CDORemoteSessionManager.LocalSubscriptionChangedEvent

All Superinterfaces:
org.eclipse.net4j.util.event.IEvent
Enclosing interface:
CDORemoteSessionManager

public static interface CDORemoteSessionManager.LocalSubscriptionChangedEvent extends org.eclipse.net4j.util.event.IEvent
An event that is fired by a remote session manager after the subscription mode of the local session changed.
Since:
3.0
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • getSource

      Returns the remote session manager that fired this event.
      Specified by:
      getSource in interface org.eclipse.net4j.util.event.IEvent
    • isSubscribed

      boolean isSubscribed()
      Returns true if the remote session manager was subscribed, false otherwise.