| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | AppletListenerThis is the interface is for applet listeners, plugins that want to know the applet object. | 
|  interface | ConfigurationListenerConfiguration listener will be notified of configuration events. | 
|  interface | EndOfRecordListenerThis interface should be used by plugins who would like to be notified about the end of record event | 
|  interface | FocusStatusListenerThis is the interface for a focus status listener. | 
|  interface | LocalEchoListenerThis interface should be used by plugins who would like to be notified about the local echo property. | 
|  interface | OnlineStatusListenerThis is the interface for a online status listener. | 
|  interface | ReturnFocusListenerThis interface should be used by plugins who would like to be notified about the return of the focus from another plugin. | 
|  interface | SocketListenerThe socket listener should be implemented by plugins that want to know when the whole systems connects or disconnects. | 
|  interface | SoundListenerPlay a sound when requested. | 
|  interface | TelnetCommandListenerThis interface should be used by plugins who would like to be notified about the end of record event | 
|  interface | TerminalTypeListenerThis is the interface for a terminal type listener. | 
|  interface | WindowSizeListenerThis is the interface for a window size listener. | 
| Methods in de.mud.jta.event with parameters of type PluginListener | |
|  java.lang.Object | WindowSizeRequest.firePluginMessage(PluginListener pl)Return the size of the window | 
|  java.lang.Object | TerminalTypeRequest.firePluginMessage(PluginListener pl)Ask all terminal type listener about the terminal type and return the first answer. | 
|  java.lang.Object | TelnetCommandRequest.firePluginMessage(PluginListener pl)Notify all listeners about the end of record message | 
|  java.lang.Object | SoundRequest.firePluginMessage(PluginListener pl)Notify all listeners that they may play the sound. | 
|  java.lang.Object | SocketRequest.firePluginMessage(PluginListener pl)Tell all listeners that we would like to connect. | 
|  java.lang.Object | ReturnFocusRequest.firePluginMessage(PluginListener pl)Notify all listeners about return focus message. | 
|  java.lang.Object | OnlineStatus.firePluginMessage(PluginListener pl)Notify the listers about the online status. | 
|  java.lang.Object | LocalEchoRequest.firePluginMessage(PluginListener pl)Notify all listeners about the status of local echo. | 
|  java.lang.Object | FocusStatus.firePluginMessage(PluginListener pl)Notify the listers about the focus status of the sending component. | 
|  java.lang.Object | EndOfRecordRequest.firePluginMessage(PluginListener pl)Notify all listeners about the end of record message | 
|  java.lang.Object | ConfigurationRequest.firePluginMessage(PluginListener pl)Notify all listeners of a configuration event. | 
|  java.lang.Object | AppletRequest.firePluginMessage(PluginListener pl)Notify all listeners of a configuration event. | 
| Uses of PluginListener in de.mud.jta.plugin | 
| Classes in de.mud.jta.plugin that implement PluginListener | |
|  class | SocketThe socket plugin acts as the data source for networked operations. | 
|  class | TimeoutThe 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. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||