public interface ObjectCallingObjectCalling 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 | CHARCharacter accept/convert object message. |
static int | CHECKCheck field object message. |
static int | CLKSingle-click object message. |
static int | CLOSEClose request of panels object message. |
static int | CMDCommand object message. |
static int | CRTCreate object message. |
static int | DBLCLKDouble-click object message. |
static int | DEFOCLose focus object message. |
static int | FOCGet focus object message. |
static int | HCHGHost-change object message. |
static int | HIDDENHidden panel object message. |
static int | QMSGQuery message type object message. |
static int | RECRTRecreate panel object message. |
static int | REMRemove object message. |
static int | SELSelection in list object message. |
static int | SHOWShow panel object message. |
static int | STARTStart local application object message. |
static int | UCHGUser-change object message. |
static int | XLATETranslate 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.
ExceptionPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.