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.ConnectionUpdate
GuiHubConnector. DISABLE_ACTION
(package private) static GuiHubConnector.ConnectionUpdate
GuiHubConnector. ENABLE_ACTION
(package private) static GuiHubConnector.ConnectionUpdate
GuiHubConnector. ENABLE_COMPONENT
(package private) static GuiHubConnector.ConnectionUpdate
GuiHubConnector. REPAINT_COMPONENT
Methods in org.astrogrid.samp.gui with parameters of type GuiHubConnector.ConnectionUpdate Modifier and Type Method Description (package private) void
GuiHubConnector. 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.
-