Package gaiasky.event

Interface IObserver

All Known Implementing Classes:
AbstractGui, BillboardStarRenderSystem, BookmarksComponent, BookmarksManager, CameraComponent, CameraKeyframeManager, CameraManager, CamRecorder, CatalogManager, ConsoleLogger, ControllerConfigWindow, ControllerGui, ControlsWindow, CosmicRuler, CrashGui, CustomInterface, DatasetsComponent, DebugGui, DebugInterface, DesktopPostProcessor, EventManager, EventScriptingInterface, FocusInfoInterface, FovCamera, FullGui, GaiaSky, GaiaSkyDesktop, GaiaSkyView, GameMouseKbdListener, GlobalClock, GuiRegistry, HiddenHelperUser, IndividualVisibilityWindow, KeyframesWindow, LightPositionUpdater, LoadingGui, LoadProgressInterface, LocationLogComponent, LocationLogManager, MasterManager, MaterialComponent, MathManager, MessagesInterface, MilkyWay, ModelComponent, MusicComponent, MusicManager, MWModelRenderSystem, NaturalCamera, NaturalControllerListener, NaturalMouseKbdListener, NotificationsInterface, ObjectsComponent, OctreeGroupLoader, OrbitalElementsParticlesRenderSystem, Particle.ParamUpdater, ParticleGroup, ParticleGroupRenderSystem, PreferencesWindow, RecursiveGrid, RelativisticEffectsManager, RenderGui, RunStateInterface, SAMPClient, SceneGraphRenderer, ScreenModeCmd, ScreenshotsManager, Settings.CamrecorderSettings, Settings.FrameSettings, Settings.GraphicsSettings, Settings.PostprocessSettings, Settings.ProgramSettings, Settings.RuntimeSettings, Settings.SceneSettings, Settings.SceneSettings.CameraSettings, Settings.SceneSettings.CrosshairSettings, Settings.SceneSettings.LabelSettings, Settings.SceneSettings.OctreeSettings, Settings.SceneSettings.ProperMotionSettings, Settings.SceneSettings.RendererSettings, Settings.SceneSettings.StarSettings, SGRCubemapProjections, SGROpenVR, SGRStereoscopic, SlaveConfigWindow, Spacecraft, SpacecraftCamera, SpacecraftGui, StarGroup, StarGroupRenderSystem, StarPointRenderSystem, StereoGui, StreamingOctreeLoader, Text2D, TimeComponent, TopInfoInterface, UncertaintiesHandler, VariableGroupRenderSystem, VisibilityComponent, VisualEffectsComponent, VRControllerInfoGui, VRInfoGui, VRSelectionGui, WelcomeGui, WelcomeGuiVR

public interface IObserver
Interface to be implemented by anyone willing to watch and be notified of events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify​(Events event, Object... data)
    Event notification call.
  • Method Details

    • notify

      void notify(Events event, Object... data)
      Event notification call.
      Parameters:
      event - The event type.
      data - The data associated with this event.