|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.issues.listeners.IssuesListEvent
public class IssuesListEvent
Event representing a change to an issues list.
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 |
---|
public IssuesListEvent(java.util.Collection<? extends IIssue> changed, IssuesListEventType type)
changed
- The issues that have been changed.type
- Indicates whether the issues have been added or removed.Method Detail |
---|
public java.util.Collection<? extends IIssue> getChanged()
public IssuesListEventType getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |