DLESE Tools
v1.6.0

org.dlese.dpc.vocab
Class MetadataVocabReloadEvent

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

public class MetadataVocabReloadEvent
extends EventObject

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MetadataVocabReloadEvent(MetadataVocab vocab)
          Contruct a StatusEvent
 
Method Summary
 
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

MetadataVocabReloadEvent

public MetadataVocabReloadEvent(MetadataVocab vocab)
Contruct a StatusEvent

Parameters:
dataMgr - The data event source

DLESE Tools
v1.6.0