Specifications

COM+ reference
34
Glink: API reference manual Gallagher & Robertson
void notifyKey(int key)
Instructs Glink to fire a GlinkEvent_KEY_TYPED event when the given key
is typed.
void notifyScreenArea(GlinkScreenArea screenArea, int identity, boolean
removeAfterwards)
Instructs Glink to fire a GlinkEvent_SCREEN_AREA_MATCH event when
the given object matches the current screen.
void notifyString(String string, boolean caseSensitive, int identity, boolean
removeAfterwards)
Instructs Glink to fire a GlinkEvent_STRING_RECEIVED event when the
given string is received from host.
void queueGlinkEvents(boolean enable)
Enables or disables the queuing of GlinkEvents.
void noToolbar()
This method instructs Glink to start without a toolbar and keybar.
void removeConfiguration(GlinkConfiguration glinkConfiguration)
Removes the configuration previously set with the addConfiguration method.
void removeGlinkEventListener(GlinkEventListener listener)
Removes the specified listener set with the addGlinkEventListener method.
void removeNotifyCommandKey(int commandKey)
Removes the notification for the command key previously set with the
notifyCommandKey method.
void removeNotifyKey(int key)
Removes the notification for the key previously set with the notifyKey
method.