Uses of Interface
org.eclipse.emf.cdo.view.CDORegistrationHandler
Packages that use CDORegistrationHandler
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
-
Uses of CDORegistrationHandler in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return CDORegistrationHandlerMethods in org.eclipse.emf.cdo.transaction with parameters of type CDORegistrationHandlerModifier and TypeMethodDescriptionvoid
CDOPushTransaction.addRegistrationHandler
(CDORegistrationHandler handler) void
CDOPushTransaction.removeRegistrationHandler
(CDORegistrationHandler handler) -
Uses of CDORegistrationHandler in org.eclipse.emf.cdo.view
Classes in org.eclipse.emf.cdo.view that implement CDORegistrationHandlerModifier and TypeClassDescriptionstatic class
A concrete default implementation ofCDORegistrationHandler
.Methods in org.eclipse.emf.cdo.view that return CDORegistrationHandlerMethods in org.eclipse.emf.cdo.view with parameters of type CDORegistrationHandlerModifier and TypeMethodDescriptionvoid
CDOView.addRegistrationHandler
(CDORegistrationHandler handler) void
CDOView.removeRegistrationHandler
(CDORegistrationHandler handler)