de.winterfish.neon.event
Class NeonEvent

java.lang.Object
  |
  +--de.winterfish.neon.event.NeonEvent

public class NeonEvent
extends java.lang.Object


Field Summary
static int NODE_ADDED
           
 
Constructor Summary
NeonEvent(DataNode node, int type, DataFolder folder)
           
 
Method Summary
 DataFolder getCurrentFolder()
           
 DataNode getNode()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODE_ADDED

public static final int NODE_ADDED
See Also:
Constant Field Values
Constructor Detail

NeonEvent

public NeonEvent(DataNode node,
                 int type,
                 DataFolder folder)
Method Detail

getNode

public DataNode getNode()

getType

public int getType()

getCurrentFolder

public DataFolder getCurrentFolder()