de.mud.jta.event
Class SocketRequest
java.lang.Object
de.mud.jta.event.SocketRequest
- PluginMessage
public class SocketRequest
extends java.lang.Object
Notification of a socket request. Send this message if the system
should connect or disconnect.
Maintainer: Matthias L. Jugel
$Id: SocketRequest.java 499 2005-09-29 08:24:54Z leo $- Matthias L. Jugel, Marcus Mei???ner
SocketRequest
public SocketRequest()
Create a new disconnect message
SocketRequest
public SocketRequest(String host,
int port)
Create a new connect message
firePluginMessage
public Object firePluginMessage(PluginListener pl)
Tell all listeners that we would like to connect.
- firePluginMessage in interface PluginMessage
pl
- the list of plugin message listeners
- the terminal type or null