org.eclipse.osgi.internal.baseadaptor
Class BaseHookConfigurator

java.lang.Object
  extended by org.eclipse.osgi.internal.baseadaptor.BaseHookConfigurator
All Implemented Interfaces:
HookConfigurator

public class BaseHookConfigurator
extends java.lang.Object
implements HookConfigurator

Add the hooks necessary to support the OSGi Framework specification.


Constructor Summary
BaseHookConfigurator()
           
 
Method Summary
 void addHooks(HookRegistry registry)
          Adds hooks to the specified hook registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseHookConfigurator

public BaseHookConfigurator()
Method Detail

addHooks

public void addHooks(HookRegistry registry)
Description copied from interface: HookConfigurator
Adds hooks to the specified hook registry.

Specified by:
addHooks in interface HookConfigurator
Parameters:
registry - the hook registry used to add hooks


Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.