Uses of Interface
org.astrogrid.samp.gui.GuiHubConnector.ConnectionUpdate
-
Packages that use GuiHubConnector.ConnectionUpdate Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of GuiHubConnector.ConnectionUpdate in org.astrogrid.samp.gui
Fields in org.astrogrid.samp.gui declared as GuiHubConnector.ConnectionUpdate Modifier and Type Field Description (package private) static GuiHubConnector.ConnectionUpdateGuiHubConnector. DISABLE_ACTION(package private) static GuiHubConnector.ConnectionUpdateGuiHubConnector. ENABLE_ACTION(package private) static GuiHubConnector.ConnectionUpdateGuiHubConnector. ENABLE_COMPONENT(package private) static GuiHubConnector.ConnectionUpdateGuiHubConnector. REPAINT_COMPONENTMethods in org.astrogrid.samp.gui with parameters of type GuiHubConnector.ConnectionUpdate Modifier and Type Method Description (package private) voidGuiHubConnector. registerUpdater(java.lang.Object item, GuiHubConnector.ConnectionUpdate updater)Adds a given item to the list of objects which will be notified when the hub is connected/disconnected.
-