Package gaiasky.event
Interface IObserver
-
- All Known Implementing Classes:
AbstractGui,BookmarksComponent,BookmarksManager,CameraComponent,CameraKeyframeManager,CameraManager,CamRecorder,CatalogManager,ConsoleLogger,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,InitialGui,KeyframesWindow,LightPositionUpdater,LoadingGui,MasterManager,MaterialComponent,MathManager,MessagesInterface,ModelComponent,MusicComponent,MusicManager,MWModelRenderSystem,NaturalCamera,NaturalControllerListener,NaturalMouseKbdListener,NotificationsInterface,ObjectsComponent,OctreeGroupLoader,OrbitalElementsParticlesRenderSystem,Particle.ParamUpdater,ParticleGroup,ParticleGroupRenderSystem,PreferencesWindow,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
public interface IObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(Events event, java.lang.Object... data)
-
-
-
Method Detail
-
notify
void notify(Events event, java.lang.Object... data)
-
-