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 classAbstractCallActionManagerPartial SendActionManager implementation which uses the Asynchronous Call/Response delivery pattern.classIndividualCallActionManagerSendActionManager which uses the Asynchronous Call/Response delivery pattern, but allows a "broadcast" to send different message objects to different recipients.classNotifyActionManagerSendActionManager subclass which works with messages of a single MType, using the Notify delivery pattern.classUniformCallActionManagerSendActionManager subclass which works with messages of a single MType, using the Aysnchronous Call/Response delivery pattern.
-