Uses of Interface
org.eclipse.emf.cdo.server.ServerCDOResProtocol.Listener

Packages that use ServerCDOResProtocol.Listener
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.protocol   
 

Uses of ServerCDOResProtocol.Listener in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server with parameters of type ServerCDOResProtocol.Listener
 void ServerCDOResProtocol.addListener(ServerCDOResProtocol.Listener listener)
          Adds a ServerCDOResProtocol.Listener to the list of listeners to be notified about removed resources and invalidated obejcts in the scope of this ServerCDOResProtocol.
 void ServerCDOResProtocol.removeListener(ServerCDOResProtocol.Listener listener)
          Removes a ServerCDOResProtocol.Listener from the list of listeners to be notified about removed resources and invalidated obejcts in the scope of this ServerCDOResProtocol.
 

Uses of ServerCDOResProtocol.Listener in org.eclipse.emf.cdo.server.protocol
 

Classes in org.eclipse.emf.cdo.server.protocol that implement ServerCDOResProtocol.Listener
 class ServerCDOProtocolImpl
           
 

Fields in org.eclipse.emf.cdo.server.protocol with type parameters of type ServerCDOResProtocol.Listener
protected  java.util.List<ServerCDOResProtocol.Listener> ServerCDOResProtocolImpl.listeners
           
 

Methods in org.eclipse.emf.cdo.server.protocol with parameters of type ServerCDOResProtocol.Listener
 void ServerCDOResProtocolImpl.addListener(ServerCDOResProtocol.Listener listener)
           
 void ServerCDOResProtocolImpl.removeListener(ServerCDOResProtocol.Listener listener)
           
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.