Uses of Interface
org.eclipse.stp.core.saf.handler.IHandler

Packages that use IHandler
org.eclipse.stp.core.saf.handler   
 

Uses of IHandler in org.eclipse.stp.core.saf.handler
 

Subinterfaces of IHandler in org.eclipse.stp.core.saf.handler
 interface IComponentHandler
          This interface must be implemented by all component handlers.
 interface IEntryPointHandler
          This interface must be implemented by all entry point handlers.
 interface IExternalServiceHandler
          This interface must be implemented by all external service handlers.
 interface IInterfaceHandler
          This interface must be implemented by all interface handlers.
 

Classes in org.eclipse.stp.core.saf.handler that implement IHandler
 class AbstractComponentHandler
          This class is to be extended by all component handler contributions.
 class AbstractEntryPointHandler
          This class is to be extended by all EntryPoint handler contributions.
 class AbstractExternalServiceHandler
          This class is to be extended by all ExternalService handler contributions.
 class AbstractHandler
          This class provides common convenient methods for handler implementations.
 class AbstractInterfaceHandler
          This class is to be extended by all interface handler contributions.