Uses of Class
org.astrogrid.samp.gui.SendActionManager
-
Packages that use SendActionManager Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of SendActionManager in org.astrogrid.samp.gui
Subclasses of SendActionManager in org.astrogrid.samp.gui Modifier and Type Class Description class
AbstractCallActionManager
Partial SendActionManager implementation which uses the Asynchronous Call/Response delivery pattern.class
IndividualCallActionManager
SendActionManager which uses the Asynchronous Call/Response delivery pattern, but allows a "broadcast" to send different message objects to different recipients.class
NotifyActionManager
SendActionManager subclass which works with messages of a single MType, using the Notify delivery pattern.class
UniformCallActionManager
SendActionManager subclass which works with messages of a single MType, using the Aysnchronous Call/Response delivery pattern.
-