Neo4j Community

org.neo4j.kernel.lifecycle
Interface LifecycleListener


public interface LifecycleListener

Listener interface for listening to changes in status of instances managed through LifeSupport, including the LifeSupport instance itself.


Method Summary
 void notifyStatusChanged(Object instance, LifecycleStatus from, LifecycleStatus to)
           
 

Method Detail

notifyStatusChanged

void notifyStatusChanged(Object instance,
                         LifecycleStatus from,
                         LifecycleStatus to)

Neo4j Community

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