Package org.astrogrid.samp.gui
Interface GuiHubConnector.ConnectionUpdate
-
- Enclosing class:
- GuiHubConnector
static interface GuiHubConnector.ConnectionUpdate
Interface defining how an object is to be notified when the hub connection status changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConnected(java.lang.Object item, boolean isConnected)
Invoked when hub connection status changes.
-