Interface CDOCommonSession.Options.LockNotificationEvent

All Superinterfaces:
CDOCommonSession.Options.LockNotificationModeEvent, org.eclipse.net4j.util.event.IEvent, org.eclipse.net4j.util.options.IOptionsEvent
Enclosing interface:
CDOCommonSession.Options

public static interface CDOCommonSession.Options.LockNotificationEvent extends CDOCommonSession.Options.LockNotificationModeEvent
An options event fired when the lock notification mode of a CDO session has changed.
Since:
4.15
  • Method Details

    • getOldEnabled

      boolean getOldEnabled()
    • getNewEnabled

      boolean getNewEnabled()