Package net.refractions.udig.issues.listeners

This packages contains all the listener interfaces, event objects and event type enumerations.

See:
          Description

Interface Summary
IIssueListener Indicates that something in the issue has changed.
IIssuesListListener Listens to changes to the listener list.
IIssuesManagerListener A listener that is notified when the state of the IIssuesManager changes.
 

Class Summary
AbstractIssueEvent  
IIssuesManagerEvent TODO Purpose of
IssueEvent Event data representing a Issue change event
IssuePropertyChangeEvent Represents the event where one of an issue's properties (IIssue.getProperty(String) has changed
IssuesListEvent Event representing a change to an issues list.
IssuesManagerEvent Encapsulates data about IssuesManager event occurrance.
 

Enum Summary
IIssuesManagerEventType TODO Purpose of
IssueChangeType Enumerates the different types of issue changes that issuesListListener can be notified of.
IssuesListEventType The types of change that can happen to a list.
IssuesManagerEventType Enumerates the different types of events that IIssuesManager raises
 

Package net.refractions.udig.issues.listeners Description

This packages contains all the listener interfaces, event objects and event type enumerations.