Uses of Interface
de.mud.jta.PluginListener

Packages that use PluginListener
de.mud.jta   
de.mud.jta.event   
de.mud.jta.plugin   
 

Uses of PluginListener in de.mud.jta
 

Methods in de.mud.jta with parameters of type PluginListener
 java.lang.Object PluginMessage.firePluginMessage(PluginListener pl)
          Fire the message to all listeners that are compatible with this message and return the result.
 void PluginLoader.registerPluginListener(PluginListener l)
          Register a new plugin listener.
 void PluginBus.registerPluginListener(PluginListener listener)
          Register a plugin listener with this bus object
 

Uses of PluginListener in de.mud.jta.event
 

Subinterfaces of PluginListener in de.mud.jta.event
 interface AppletListener
          This is the interface is for applet listeners, plugins that want to know the applet object.
 interface ConfigurationListener
          Configuration listener will be notified of configuration events.
 interface EndOfRecordListener
          This interface should be used by plugins who would like to be notified about the end of record event
 interface FocusStatusListener
          This is the interface for a focus status listener.
 interface LocalEchoListener
          This interface should be used by plugins who would like to be notified about the local echo property.
 interface OnlineStatusListener
          This is the interface for a online status listener.
 interface ReturnFocusListener
          This interface should be used by plugins who would like to be notified about the return of the focus from another plugin.
 interface SetWindowSizeListener
          This is the interface for a window size listener.
 interface SocketListener
          The socket listener should be implemented by plugins that want to know when the whole systems connects or disconnects.
 interface SoundListener
          Play a sound when requested.
 interface TelnetCommandListener
          This interface should be used by plugins who would like to be notified about the end of record event
 interface TerminalTypeListener
          This is the interface for a terminal type listener.
 interface WindowSizeListener
          This is the interface for a window size listener.
 

Methods in de.mud.jta.event with parameters of type PluginListener
 java.lang.Object ReturnFocusRequest.firePluginMessage(PluginListener pl)
          Notify all listeners about return focus message.
 java.lang.Object ConfigurationRequest.firePluginMessage(PluginListener pl)
          Notify all listeners of a configuration event.
 java.lang.Object OnlineStatus.firePluginMessage(PluginListener pl)
          Notify the listers about the online status.
 java.lang.Object WindowSizeRequest.firePluginMessage(PluginListener pl)
          Return the size of the window
 java.lang.Object LocalEchoRequest.firePluginMessage(PluginListener pl)
          Notify all listeners about the status of local echo.
 java.lang.Object SoundRequest.firePluginMessage(PluginListener pl)
          Notify all listeners that they may play the sound.
 java.lang.Object EndOfRecordRequest.firePluginMessage(PluginListener pl)
          Notify all listeners about the end of record message
 java.lang.Object TelnetCommandRequest.firePluginMessage(PluginListener pl)
          Notify all listeners about the end of record message
 java.lang.Object SocketRequest.firePluginMessage(PluginListener pl)
          Tell all listeners that we would like to connect.
 java.lang.Object TerminalTypeRequest.firePluginMessage(PluginListener pl)
          Ask all terminal type listener about the terminal type and return the first answer.
 java.lang.Object AppletRequest.firePluginMessage(PluginListener pl)
          Notify all listeners of a configuration event.
 java.lang.Object SetWindowSizeRequest.firePluginMessage(PluginListener pl)
          Set the new size of the window
 java.lang.Object FocusStatus.firePluginMessage(PluginListener pl)
          Notify the listers about the focus status of the sending component.
 

Uses of PluginListener in de.mud.jta.plugin
 

Classes in de.mud.jta.plugin that implement PluginListener
 class Socket
          The socket plugin acts as the data source for networked operations.
 class Timeout
          The timeout plugin looks at the incoming and outgoing data stream and tries to close the connection gracefully if the timeout occured or if not graceful exit command was configured simply closed the connection.