Neo4j Community

org.neo4j.kernel.extension
Interface KernelExtensionListener

All Known Implementing Classes:
KernelExtensionListener.Adapter

public interface KernelExtensionListener


Nested Class Summary
static class KernelExtensionListener.Adapter
           
 
Method Summary
 void startedKernelExtension(Object extension)
           
 void stoppingKernelExtension(Object extension)
           
 

Method Detail

startedKernelExtension

void startedKernelExtension(Object extension)

stoppingKernelExtension

void stoppingKernelExtension(Object extension)

Neo4j Community

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