Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 63
key - The key to be notified.
See also:
removeNotifyKey(int), GlinkEvent.KEY_TYPED
notifyScreenArea
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. Several objects may be waited for, each
with its own identity value. The objects are checked each time Glink receives the
turn. For some host connections turn signals are not generated. Use the
isTurnKnown() method to check if the current connection gives turn signals.
Parameters:
screenArea - The object that describes the screen area to be checked.
When the object matches the current screen the caller will
be notified.
identity - Select a positive number to identify this object when being
reported. This value will be supplied with the GlinkEvent
object (getValue method) to identify which screenArea
object matches the current screen. If several objects match
the current screen, a notification will be given for each of
them.
removeAfterwards - Specifies whether the object should be removed from the
notification list or not after the notification has been given
for the object. For peformance reasons remove objects that
are not in use anymore.
See also:
removeNotifyScreenArea(int), isTurnKnown(), GlinkEvent.getValue()
notifyString
void notifyString(String string, boolean caseSensitive, int identity, boolean
removeAfterwards)