|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.illeva.remcom.cmdsock.SocketEvent
public class SocketEvent
E' l'evento che lapplicazione target deve gestire.
Field Summary | |
---|---|
static int |
APP_CMD
E' un evento di tipo applicativo. |
static int |
APP_CMDLIST
|
static int |
APP_PARAM
|
static int |
WIN_CLOSE
|
static int |
WIN_CMD
E' un evento di tipo Window che in qualche modo riguarda la GUI dell'applicazione target |
static int |
WIN_HIDE
|
static int |
WIN_SHOW
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SocketEvent(java.lang.Object aSource,
int aType,
int aCommand)
Costruttore dell'evento con parametro nullo. |
|
SocketEvent(java.lang.Object aSource,
int aType,
int aCommand,
java.lang.String aParam)
Costruttore dell'evento. |
Method Summary | |
---|---|
int |
getCommand()
Ritorna il comando da eseguire. |
java.lang.String |
getParam()
Ritorna il parametro del comando. |
int |
getType()
Ritorna il tipo di comando. |
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 |
---|
public static final int WIN_CMD
public static final int APP_CMD
public static final int WIN_CLOSE
public static final int WIN_HIDE
public static final int WIN_SHOW
public static final int APP_PARAM
public static final int APP_CMDLIST
Constructor Detail |
---|
public SocketEvent(java.lang.Object aSource, int aType, int aCommand, java.lang.String aParam)
public SocketEvent(java.lang.Object aSource, int aType, int aCommand)
Method Detail |
---|
public int getType()
public int getCommand()
public java.lang.String getParam()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |