|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.issues.listeners.AbstractIssueEvent
net.refractions.udig.issues.listeners.IssuePropertyChangeEvent
public class IssuePropertyChangeEvent
Represents the event where one of an issue's properties (IIssue.getProperty(String)
has changed
Field Summary |
---|
Fields inherited from class net.refractions.udig.issues.listeners.AbstractIssueEvent |
---|
newValue, oldValue, source |
Constructor Summary | |
---|---|
IssuePropertyChangeEvent(IIssue source,
java.lang.String propertyKey,
java.lang.Object newValue,
java.lang.Object oldValue)
New Instance |
Method Summary | |
---|---|
java.lang.String |
getPropertyKey()
Returns the name of the property that has changed |
Methods inherited from class net.refractions.udig.issues.listeners.AbstractIssueEvent |
---|
getNewValue, getOldValue, getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssuePropertyChangeEvent(IIssue source, java.lang.String propertyKey, java.lang.Object newValue, java.lang.Object oldValue)
propertyKey
- the property that has changedMethod Detail |
---|
public java.lang.String getPropertyKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |