Class DatasetWatcher

java.lang.Object
gaiasky.gui.datasets.DatasetWatcher
All Implemented Interfaces:
IObserver

public class DatasetWatcher extends Object implements IObserver
This watcher controls and manages the progress and events produced by the download of a dataset.
  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.