|
|||||||||
| Home >> All >> [ VjGUI overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
VjGUI
Class NetControlEvent

java.lang.Objectjava.util.EventObject
VjGUI.NetControlEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class NetControlEvent
- extends java.util.EventObject
| Field Summary | |
(package private) static int |
ADDRESS
|
(package private) static int |
CLOSED
|
int |
event_type
|
java.lang.String |
host
|
(package private) static int |
OPENED
|
int |
port
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
NetControlEvent(java.lang.Object _source,
int _event_type,
java.lang.String _host,
int _port)
|
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
host
public java.lang.String host
port
public int port
event_type
public int event_type
OPENED
static final int OPENED
- See Also:
- Constant Field Values
CLOSED
static final int CLOSED
- See Also:
- Constant Field Values
ADDRESS
static final int ADDRESS
- See Also:
- Constant Field Values
| Constructor Detail |
NetControlEvent
public NetControlEvent(java.lang.Object _source, int _event_type, java.lang.String _host, int _port)
|
|||||||||
| Home >> All >> [ VjGUI overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC