Package gaiasky.util

Class Settings.CamrecorderSettings

java.lang.Object
gaiasky.util.Settings.CamrecorderSettings
All Implemented Interfaces:
IObserver
Enclosing class:
Settings

public static class Settings.CamrecorderSettings extends Object implements IObserver
  • Field Details

  • Constructor Details

    • CamrecorderSettings

      public CamrecorderSettings()
  • Method Details

    • 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.