Package org.eclipse.emf.cdo.server
Interface IRepository.Handler
- All Known Subinterfaces:
IRepository.ReadAccessHandler
,IRepository.WriteAccessHandler
- All Known Implementing Classes:
CDOServerUtil.RepositoryReadAccessValidator
,ObjectWriteAccessHandler
- Enclosing interface:
- IRepository
public static interface IRepository.Handler
A marker interface to indicate valid arguments to
IRepository.addHandler(Handler)
and
IRepository.removeHandler(Handler)
.- Since:
- 2.0
- Author:
- Eike Stepper
- See Also: