Uses of Interface
de.mud.jta.PluginMessage

Packages that use PluginMessage
de.mud.jta   
de.mud.jta.event   
 

Uses of PluginMessage in de.mud.jta
 

Methods in de.mud.jta with parameters of type PluginMessage
 java.lang.Object PluginBus.broadcast(PluginMessage message)
          Broadcast a plugin message to all listeners.
 java.lang.Object PluginLoader.broadcast(PluginMessage message)
          Implementation of the plugin bus.
 

Uses of PluginMessage in de.mud.jta.event
 

Classes in de.mud.jta.event that implement PluginMessage
 class AppletRequest
          Tell listeners the applet object.
 class ConfigurationRequest
          Configuration request message.
 class EndOfRecordRequest
          Notification of the end of record event
 class FocusStatus
          Notify all listeners that a component has got the input focus.
 class LocalEchoRequest
          Notification of the local echo property.
 class OnlineStatus
          Notify all listeners that we on or offline.
 class ReturnFocusRequest
          Notify listeners that the focus is to be returned to whoever wants it.
 class SocketRequest
          Notification of a socket request.
 class SoundRequest
          Play a sound.
 class TelnetCommandRequest
          Notification of the end of record event
 class TerminalTypeRequest
          Request message for the current terminal type.
 class WindowSizeRequest
          Request the current window size of the terminal.