com.partnersoft.modules.inspection.listener
Class CompletionEvent

java.lang.Object
  extended by com.partnersoft.modules.inspection.listener.CompletionEvent

public class CompletionEvent
extends java.lang.Object

Event for CompletionListener actions.

Author:
Rich Stepanski

Constructor Summary
CompletionEvent(java.util.List<java.lang.String> guids, int count)
           
 
Method Summary
 java.util.List<java.lang.String> getInspectionGuids()
          Returns the guids for the Inspections affected by the completed task.
 int getNumberOfInspections()
          Returns number of Inspections affected by the completed task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionEvent

public CompletionEvent(java.util.List<java.lang.String> guids,
                       int count)
Method Detail

getNumberOfInspections

public final int getNumberOfInspections()
Returns number of Inspections affected by the completed task.

Returns:

getInspectionGuids

public final java.util.List<java.lang.String> getInspectionGuids()
Returns the guids for the Inspections affected by the completed task.

Returns: