public interface ObjectCalling
ObjectCalling
interface should be implemented
by any class whose instances are intended to be executed as a Phantom
Object.Modifier and Type | Field and Description |
---|---|
static int |
CHAR
Character accept/convert object message.
|
static int |
CHECK
Check field object message.
|
static int |
CLK
Single-click object message.
|
static int |
CLOSE
Close request of panels object message.
|
static int |
CMD
Command object message.
|
static int |
CRT
Create object message.
|
static int |
DBLCLK
Double-click object message.
|
static int |
DEFOC
Lose focus object message.
|
static int |
FOC
Get focus object message.
|
static int |
HCHG
Host-change object message.
|
static int |
HIDDEN
Hidden panel object message.
|
static int |
QMSG
Query message type object message.
|
static int |
RECRT
Recreate panel object message.
|
static int |
REM
Remove object message.
|
static int |
SEL
Selection in list object message.
|
static int |
SHOW
Show panel object message.
|
static int |
START
Start local application object message.
|
static int |
UCHG
User-change object message.
|
static int |
XLATE
Translate string object message.
|
Modifier and Type | Method and Description |
---|---|
String |
getReturnString()
Gets the return string for the object.
|
VirtualInterface |
getVirtualInterface()
Internal function to get the virtual interface to the calling object.
|
PhantomWorker |
getWorker()
Internal function to get the interface to the PhantomWorker class.
|
void |
setReturnString(String s)
Sets the return string for the object.
|
void |
setVirtualInterface(VirtualInterface vI)
Internal function to setup the virtual interface to the calling object.
|
void |
setWorker(PhantomWorker p)
Internal function to setup the interface to the PhantomWorker class.
|
void |
start(String argId,
int argMsg,
String argStr)
This is the function that starts the Java object.
|
static final int CRT
static final int REM
static final int UCHG
static final int HCHG
static final int FOC
static final int DEFOC
static final int CLK
static final int DBLCLK
static final int CMD
static final int SEL
static final int CLOSE
static final int CHAR
static final int CHECK
static final int HIDDEN
static final int RECRT
static final int XLATE
static final int START
static final int SHOW
static final int QMSG
void setWorker(PhantomWorker p)
PhantomWorker getWorker()
void setVirtualInterface(VirtualInterface vI)
VirtualInterface getVirtualInterface()
void setReturnString(String s)
String getReturnString()
void start(String argId, int argMsg, String argStr) throws Exception
Every derived Java class should override this method.
Valid messages are CRT, REM, UCHG, HCHG, FOC, DEFOC, CLK, DBLCLK, CMD, SEL, CLOSE, CHAR, CHECK, HIDDEN, RECRT, XLATE, START, SHOW, QMSG, DDEPOKE, DDEEXEC, DDEREQ, DDEVAL, DDECONN, DDEERR and DDEDATA.
Exception
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.