Neo4j Community

org.neo4j.kernel.extension
Class KernelExtensionListener.Adapter

java.lang.Object
  extended by org.neo4j.kernel.extension.KernelExtensionListener.Adapter
All Implemented Interfaces:
KernelExtensionListener
Enclosing interface:
KernelExtensionListener

public static class KernelExtensionListener.Adapter
extends Object
implements KernelExtensionListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.neo4j.kernel.extension.KernelExtensionListener
KernelExtensionListener.Adapter
 
Constructor Summary
KernelExtensionListener.Adapter()
           
 
Method Summary
 void startedKernelExtension(Object extension)
           
 void stoppingKernelExtension(Object extension)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelExtensionListener.Adapter

public KernelExtensionListener.Adapter()
Method Detail

startedKernelExtension

public void startedKernelExtension(Object extension)
Specified by:
startedKernelExtension in interface KernelExtensionListener

stoppingKernelExtension

public void stoppingKernelExtension(Object extension)
Specified by:
stoppingKernelExtension in interface KernelExtensionListener

Neo4j Community

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.