|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.tasks.DefaultChangeEvent
public class DefaultChangeEvent extends Object
| Field Summary | |
|---|---|
private Object |
newValue
|
private Object |
oldValue
|
private TaskContext |
source
|
| Constructor Summary | |
DefaultChangeEvent(Object oldValue, Object newValue, TaskContext context)
|
|
| Method Summary | |
|---|---|
boolean
|
equals(Object o)
|
Object
|
getNewValue()
|
Object
|
getOldValue()
|
TaskContext
|
getSource()
|
int
|
hashCode()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final Object newValue
private final Object oldValue
private final TaskContext source
| Constructor Detail |
|---|
public DefaultChangeEvent(Object oldValue, Object newValue, TaskContext context)
| Method Detail |
|---|
public boolean equals(Object o)
public Object getNewValue()
public Object getOldValue()
public TaskContext getSource()
public int hashCode()
public String toString()
Groovy Documentation