net.refractions.udig.issues.listeners
Class IssuePropertyChangeEvent

java.lang.Object
  extended by net.refractions.udig.issues.listeners.AbstractIssueEvent
      extended by net.refractions.udig.issues.listeners.IssuePropertyChangeEvent

public class IssuePropertyChangeEvent
extends AbstractIssueEvent

Represents the event where one of an issue's properties (IIssue.getProperty(String) has changed

Since:
1.1.0
Author:
Jesse

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

IssuePropertyChangeEvent

public IssuePropertyChangeEvent(IIssue source,
                                java.lang.String propertyKey,
                                java.lang.Object newValue,
                                java.lang.Object oldValue)
New Instance

Parameters:
propertyKey - the property that has changed
Method Detail

getPropertyKey

public java.lang.String getPropertyKey()
Returns the name of the property that has changed

Returns:
the name of the property that has changed