edu.uchsc.ccp.knowtator.event
Class CurrentAnnotationsChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.uchsc.ccp.knowtator.event.CurrentAnnotationsChangeEvent
All Implemented Interfaces:
Serializable

public class CurrentAnnotationsChangeEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CurrentAnnotationsChangeEvent(Object source, List<SimpleInstance> filteredAnnotations, List<SimpleInstance> partiallyFilteredAnnotations)
           
 
Method Summary
 List<SimpleInstance> getFilteredAnnotations()
           
 List<SimpleInstance> getPartiallyFilteredAnnotations()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CurrentAnnotationsChangeEvent

public CurrentAnnotationsChangeEvent(Object source,
                                     List<SimpleInstance> filteredAnnotations,
                                     List<SimpleInstance> partiallyFilteredAnnotations)
Parameters:
source - will typically be an instance of KnowtatorManager
filteredAnnotations - annotations that pass through the currently selected filter
partiallyFilteredAnnotations - annotations that pass through the currently selected filter where the type constraint of the filter is ignored.
Method Detail

getFilteredAnnotations

public List<SimpleInstance> getFilteredAnnotations()

getPartiallyFilteredAnnotations

public List<SimpleInstance> getPartiallyFilteredAnnotations()