Package org.eclipse.emf.cdo.common
Schnittstelle CDOCommonView.Options
- Alle Superschnittstellen:
- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.options.IOptions
- Alle bekannten Unterschnittstellen:
- CDOTransaction.Options,- CDOView.Options
- Umschließende Schnittstelle:
- 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.
- Seit:
- 4.1
- Autor:
- 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.
- 
Verschachtelte Klassen - ÜbersichtVerschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interfaceAnoptions eventfired from common viewoptionswhen thelock notification enabledoption has changed.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifierorg.eclipse.net4j.util.event.INotifier.INotifier2
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungbooleanReturnstrueif this view will notify itslistenersabout changes to thelock statesof the objects in this view (due to lock operations in other views),falseotherwise.voidsetLockNotificationEnabled(boolean enabled) Specifies whether this view will notify itslistenersabout changes to thelock statesof the objects in this view (due to lock operations in other views), or not.Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListenerVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.options.IOptionsgetContainer
- 
Methodendetails- 
isLockNotificationEnabledboolean isLockNotificationEnabled()Returnstrueif this view will notify itslistenersabout changes to thelock statesof the objects in this view (due to lock operations in other views),falseotherwise.- Siehe auch:
 
- 
setLockNotificationEnabledvoid setLockNotificationEnabled(boolean enabled) Specifies whether this view will notify itslistenersabout changes to thelock statesof the objects in this view (due to lock operations in other views), or not.- Siehe auch:
 
 
-