Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 35
boolean removeNotifyScreenArea(int identity)
Removes the GlinkScreenArea object associated with the given identity from
the list of objects being checked for a match.
boolean removeNotifyString(int identity)
Removes the string associated with the given identity from the list of strings
being checked for.
boolean restoreScreenContent (String fileName)
Restores the screen previously saved.
boolean saveScreenContent (String fileName)
Saves the current screen content to the file specified.
void scriptCommand(String command)
Activates the given script command.
void scriptFile(String fileName)
Activates the given script file.
void scriptTerminate()
Terminates the current script.
void sendCommandKey(int key)
The sendCommandKey method sends a "command" keystroke to the virtual
screen.
void sendKeys(String text)
Sends a string to the emulator starting at the current cursor location.
void sendKeys(String text, GlinkPoint location)
Sends a string to the emulator starting at the given cursor location.