IReviewIssueModelListener
. This method can be invoked anytime, but it is designed for the function to let listeners to know the model is update so that it is ideal after add(ReviewIssue)
or remove(ReviewIssue)
method invocation.
@param type the event type of the ReviewIssueModelEvent
when notifying to listeners.
handleEvent()
method. The event type is one of the event constants defined in class SWT
.
@param eventType the type of event which has occurred
@param event the event data
@exception SWTException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|