gov.nih.nlm.mms
Class SourcesToRemoveEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bygov.nih.nlm.mms.SourcesToRemoveEvent
All Implemented Interfaces:
Serializable

public class SourcesToRemoveEvent
extends EventObject

Represents a change in the list of sources to remove.

Author:
Deborah Shapiro, Brian Carsen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SourcesToRemoveEvent(Object source, List str)
          Instantiates a SourcesToRemoveEvent.
 
Method Summary
 List getSourcesToRemove()
          Returns the List of sources to remove.
 
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

SourcesToRemoveEvent

public SourcesToRemoveEvent(Object source,
                            List str)
Instantiates a SourcesToRemoveEvent.

Parameters:
source - the source of the event
str - the List of sources to remove
Method Detail

getSourcesToRemove

public List getSourcesToRemove()
Returns the List of sources to remove.

Returns:
the List of sources to remove


Copyright ©2005