Groovy Documentation

griffon.plugins.preferences
[Java] Class NodeChangeEvent

java.lang.Object
  griffon.plugins.preferences.NodeChangeEvent

public class NodeChangeEvent
extends Object

Authors:
Andres Almiray


Nested Class Summary
static enum NodeChangeEvent.Type

 
Field Summary
private String path

@author Andres Almiray

private NodeChangeEvent.Type type

 
Constructor Summary
NodeChangeEvent(String path, NodeChangeEvent.Type type)

 
Method Summary
boolean equals(Object o)

String getPath()

NodeChangeEvent.Type getType()

int hashCode()

String toString()

NodeChangeEvent valueOf(String name)

Returns the enum constant of this type with the specified name.

NodeChangeEvent[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

path

private final String path
Authors:
Andres Almiray


type

private final NodeChangeEvent.Type type


 
Constructor Detail

NodeChangeEvent

public NodeChangeEvent(String path, NodeChangeEvent.Type type)


 
Method Detail

equals

@Override
public boolean equals(Object o)


getPath

public String getPath()


getType

public NodeChangeEvent.Type getType()


hashCode

@Override
public int hashCode()


toString

@Override
public String toString()


valueOf

NodeChangeEvent valueOf(String name)
Returns the enum constant of this type with the specified name.


values

NodeChangeEvent[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation