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, GlobalConf.FrameConf, GlobalConf.PostprocessConf, GlobalConf.ProgramConf, GlobalConf.RuntimeConf, GlobalConf.SceneConf, GlobalConf.ScreenConf, 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, SGRCubemapProjections, SGROpenVR, SGRStereoscopic, SlaveConfigWindow, Spacecraft, SpacecraftCamera, SpacecraftGui, StarGroup, StarGroupRenderSystem, StarPointRenderSystem, StereoGui, StreamingOctreeLoader, Text2D, TimeComponent, TopInfoInterface, UncertaintiesHandler, VisibilityComponent, VisualEffectsComponent, VRControllerInfoGui, VRInfoGui, VRSelectionGui, WelcomeGui, WelcomeGuiVR

public interface IObserver
  • Method Summary

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