Package gda.data.fileregistrar
Class ClientFileAnnouncer
java.lang.Object
gda.factory.ConfigurableBase
gda.factory.FindableConfigurableBase
gda.device.DeviceBase
gda.data.fileregistrar.ClientFileAnnouncer
- All Implemented Interfaces:
Device,Configurable,Findable,gda.observable.IObservable
-
Field Summary
Fields inherited from class gda.device.DeviceBase
DEFAULT_PROTECTION_LEVEL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyFilesAvailable(String[] files) Notify observers (usually the project explorer) that files have been createdMethods inherited from class gda.device.DeviceBase
addIObserver, close, deleteIObserver, deleteIObservers, getAttribute, getName, getProtectionLevel, isBeingObserved, isConfigureAtStartup, notifyIObservers, setAttribute, setConfigureAtStartup, setName, setProtectionLevelMethods inherited from class gda.factory.ConfigurableBase
configure, isConfigured, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
configure, isConfigured, reconfigure
-
Constructor Details
-
ClientFileAnnouncer
public ClientFileAnnouncer()
-
-
Method Details
-
notifyFilesAvailable
Notify observers (usually the project explorer) that files have been created- Parameters:
files- Array of file names
-