Package org.astrogrid.samp.gui
Class AbstractCallActionManager.TagInfo
- java.lang.Object
-
- org.astrogrid.samp.gui.AbstractCallActionManager.TagInfo
-
- Enclosing class:
- AbstractCallActionManager
private static class AbstractCallActionManager.TagInfo extends java.lang.Object
Aggregates information required for handling responses which correspond to a particular message tag.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ResultHandler
handler_
(package private) java.util.Map
recipientMap_
-
Constructor Summary
Constructors Constructor Description TagInfo(Client[] recipients, ResultHandler handler)
Constructor.
-
-
-
Field Detail
-
recipientMap_
final java.util.Map recipientMap_
-
handler_
final ResultHandler handler_
-
-
Constructor Detail
-
TagInfo
public TagInfo(Client[] recipients, ResultHandler handler)
Constructor.- Parameters:
recipients
- recipients of messagehandler
- handler for responses
-
-