|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.mud.jta.event.SocketRequest
public class SocketRequest
Notification of a socket request. Send this message if the system should connect or disconnect.
Maintainer: Matthias L. Jugel
| Constructor Summary | |
|---|---|
SocketRequest()
Create a new disconnect message |
|
SocketRequest(java.lang.String host,
int port)
Create a new connect message |
|
| Method Summary | |
|---|---|
java.lang.Object |
firePluginMessage(PluginListener pl)
Tell all listeners that we would like to connect. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketRequest()
public SocketRequest(java.lang.String host,
int port)
| Method Detail |
|---|
public java.lang.Object firePluginMessage(PluginListener pl)
firePluginMessage in interface PluginMessagepl - the list of plugin message listeners
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||