Package org.eclipse.emf.cdo.common
Interface CDOCommonView.Options
- All Superinterfaces:
org.eclipse.net4j.util.event.INotifier
,org.eclipse.net4j.util.options.IOptions
- All Known Subinterfaces:
CDOTransaction.Options
,CDOView.Options
- Enclosing interface:
- CDOCommonView
public static interface CDOCommonView.Options
extends org.eclipse.net4j.util.options.IOptions
Encapsulates the configuration options of CDO views that are common to both client and server side.
- Since:
- 4.1
- 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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Anoptions event
fired from common viewoptions
when thelock notification enabled
option has changed.Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if this view will notify itslisteners
about changes to thelock states
of the objects in this view (due to lock operations in other views),false
otherwise.void
setLockNotificationEnabled
(boolean enabled) Specifies whether this view will notify itslisteners
about changes to thelock states
of the objects in this view (due to lock operations in other views), or not.Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Methods inherited from interface org.eclipse.net4j.util.options.IOptions
getContainer
-
Method Details
-
isLockNotificationEnabled
boolean isLockNotificationEnabled()Returnstrue
if this view will notify itslisteners
about changes to thelock states
of the objects in this view (due to lock operations in other views),false
otherwise.- See Also:
-
setLockNotificationEnabled
void setLockNotificationEnabled(boolean enabled) Specifies whether this view will notify itslisteners
about changes to thelock states
of the objects in this view (due to lock operations in other views), or not.- See Also:
-