net.refractions.udig.issues.listeners
Class IssuesListEvent

java.lang.Object
  extended by net.refractions.udig.issues.listeners.IssuesListEvent

public class IssuesListEvent
extends java.lang.Object

Event representing a change to an issues list.

Since:
1.1.0
Author:
Jesse

Constructor Summary
IssuesListEvent(java.util.Collection<? extends IIssue> changed, IssuesListEventType type)
           
 
Method Summary
 java.util.Collection<? extends IIssue> getChanged()
          The issues that have been changed.
 IssuesListEventType getType()
          Returns the type that indicates whether the issues have been added or removed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuesListEvent

public IssuesListEvent(java.util.Collection<? extends IIssue> changed,
                       IssuesListEventType type)
Parameters:
changed - The issues that have been changed.
type - Indicates whether the issues have been added or removed.
Method Detail

getChanged

public java.util.Collection<? extends IIssue> getChanged()
The issues that have been changed.


getType

public IssuesListEventType getType()
Returns the type that indicates whether the issues have been added or removed.

Returns:
the type that indicates whether the issues have been added or removed.