public class DisplayEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
changed |
protected Object |
pathObject |
protected boolean |
refired |
source| Constructor and Description |
|---|
DisplayEvent(Object source)
Constructor for DisplayEvent.
|
DisplayEvent(Object source,
Object pathObject)
Constructor for DisplayEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getPathObject()
Returns the last object in the path.
|
boolean |
isChanged()
Returns true if the path's last object has changed.
|
boolean |
isRefired()
Returns true if the event has been refired
|
boolean |
pointsTo(Class nodeClass) |
void |
setChanged(boolean changed) |
void |
setRefired(boolean refired) |
getSource, toStringprotected boolean refired
protected boolean changed
protected Object pathObject
public DisplayEvent(Object source)
source - public Object getPathObject()
public boolean isChanged()
public void setChanged(boolean changed)
public boolean isRefired()
public void setRefired(boolean refired)
public boolean pointsTo(Class nodeClass)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.