Uses of Interface
org.astrogrid.samp.client.MessageHandler
-
Packages that use MessageHandler Package Description org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.hub Classes required only for running a SAMP hub. -
-
Uses of MessageHandler in org.astrogrid.samp.client
Classes in org.astrogrid.samp.client that implement MessageHandler Modifier and Type Class Description classAbstractMessageHandlerPartial implementation of MessageHandler interface which helps to ensure correct client behaviour.(package private) classClientTrackerMessage handler which watches hub event messages to keep track of what clients are currently registered and what their attributes are on behalf of the hub.Methods in org.astrogrid.samp.client with parameters of type MessageHandler Modifier and Type Method Description voidHubConnector. addMessageHandler(MessageHandler handler)Adds a MessageHandler to this connector, which allows it to respond to incoming messages.voidHubConnector. removeMessageHandler(MessageHandler handler)Removes a previously-added MessageHandler to this connector. -
Uses of MessageHandler in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement MessageHandler Modifier and Type Class Description (package private) classMetaQueryMessageHandlerImplements MType for querying registered clients by metadata item.(package private) classPingMessageHandlerImplements samp.app.ping MType.
-