DLESE Tools
v1.6.0

org.dlese.dpc.datamgr
Class DataEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dlese.dpc.datamgr.DataEvent
All Implemented Interfaces:
Serializable

public class DataEvent
extends EventObject

Indicates that an event occurred affecting data managed by a DataManager source.

Version:
1.0, 9/30/02
Author:
Dave Deniman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataEvent(DataManager dataMgr)
          Contruct a DataEvent
 
Method Summary
 DataManager dataManager()
          Convenience method for listeners to retrieve the DataManager event source
 List getDataList()
          Listeners must retrieve the exact data associated with this specific event
 
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

DataEvent

public DataEvent(DataManager dataMgr)
Contruct a DataEvent

Parameters:
dataMgr - The data event source
Method Detail

dataManager

public DataManager dataManager()
Convenience method for listeners to retrieve the DataManager event source

Returns:
DESCRIPTION

getDataList

public List getDataList()
Listeners must retrieve the exact data associated with this specific event

Returns:
List of added data - generally list of OIDs as Strings

DLESE Tools
v1.6.0