Uses of Class
org.eclipse.emf.ecp.spi.core.InternalProvider.LifecycleEvent

Packages that use InternalProvider.LifecycleEvent
org.eclipse.emf.ecp.cdo.internal.core   
org.eclipse.emf.ecp.emfstore.core.internal   
org.eclipse.emf.ecp.internal.core   
org.eclipse.emf.ecp.spi.core   
org.eclipse.emf.ecp.workspace.internal.core   
 

Uses of InternalProvider.LifecycleEvent in org.eclipse.emf.ecp.cdo.internal.core
 

Methods in org.eclipse.emf.ecp.cdo.internal.core with parameters of type InternalProvider.LifecycleEvent
 void CDOProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
           
 

Uses of InternalProvider.LifecycleEvent in org.eclipse.emf.ecp.emfstore.core.internal
 

Methods in org.eclipse.emf.ecp.emfstore.core.internal with parameters of type InternalProvider.LifecycleEvent
 void EMFStoreProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 

Uses of InternalProvider.LifecycleEvent in org.eclipse.emf.ecp.internal.core
 

Methods in org.eclipse.emf.ecp.internal.core with parameters of type InternalProvider.LifecycleEvent
 void ECPProjectImpl.notifyProvider(InternalProvider.LifecycleEvent event)
          This method is used to notify the provider about a InternalProvider.LifecycleEvent of this project.
 

Uses of InternalProvider.LifecycleEvent in org.eclipse.emf.ecp.spi.core
 

Methods in org.eclipse.emf.ecp.spi.core that return InternalProvider.LifecycleEvent
static InternalProvider.LifecycleEvent InternalProvider.LifecycleEvent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InternalProvider.LifecycleEvent[] InternalProvider.LifecycleEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.spi.core with parameters of type InternalProvider.LifecycleEvent
 void InternalProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 void DefaultProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 void InternalProject.notifyProvider(InternalProvider.LifecycleEvent event)
          This method is used to notify the provider about a InternalProvider.LifecycleEvent of this project.
 

Uses of InternalProvider.LifecycleEvent in org.eclipse.emf.ecp.workspace.internal.core
 

Methods in org.eclipse.emf.ecp.workspace.internal.core with parameters of type InternalProvider.LifecycleEvent
 void WorkspaceProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 



Copyright © 2014. All Rights Reserved.