Package org.astrogrid.samp.gui
Class MessageTrackerHubService.MessageTrackerClientSet
- java.lang.Object
-
- org.astrogrid.samp.hub.BasicClientSet
-
- org.astrogrid.samp.gui.GuiClientSet
-
- org.astrogrid.samp.gui.MessageTrackerHubService.MessageTrackerClientSet
-
- All Implemented Interfaces:
javax.swing.ListModel
,ClientSet
- Enclosing class:
- MessageTrackerHubService
private class MessageTrackerHubService.MessageTrackerClientSet extends GuiClientSet
ClientSet implementation used by this hub service.
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.event.ListDataListener
transListener_
-
Constructor Summary
Constructors Constructor Description MessageTrackerClientSet(java.util.Comparator clientIdComparator)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(HubClient client)
Adds a new client to the set.void
remove(HubClient client)
Removes a client from the set.-
Methods inherited from class org.astrogrid.samp.gui.GuiClientSet
addListDataListener, fireListDataEvent, getClients, getElementAt, getSize, removeListDataListener, scheduleClientChanged
-
Methods inherited from class org.astrogrid.samp.hub.BasicClientSet
containsClient, getFromPublicId
-
-