Neo4j Enterprise

Uses of Class
org.neo4j.graphdb.event.KernelEventHandler.ExecutionOrder

Packages that use KernelEventHandler.ExecutionOrder
org.neo4j.graphdb.event Event framework. 
 

Uses of KernelEventHandler.ExecutionOrder in org.neo4j.graphdb.event
 

Methods in org.neo4j.graphdb.event that return KernelEventHandler.ExecutionOrder
 KernelEventHandler.ExecutionOrder KernelEventHandler.orderComparedTo(KernelEventHandler other)
          Gives a hint about when to execute this event handler, compared to other handlers.
static KernelEventHandler.ExecutionOrder KernelEventHandler.ExecutionOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KernelEventHandler.ExecutionOrder[] KernelEventHandler.ExecutionOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Neo4j Enterprise

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