Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 65
See also:
getGlinkEvent(int, long), flushGlinkEvent(), GlinkEvent
addGlinkEventListener( GlinkEventListener)
removeConfiguration
void removeConfiguration(GlinkConfiguration glinkConfiguration)
Removes the configuration previously set with the addConfiguration method.
Restricted
See also:
addConfiguration( GlinkConfiguration)
removeGlinkEventListener
void removeGlinkEventListener(GlinkEventListener listener)
Removes the specified listener set with the addGlinkEventListener method.
See also:
addGlinkEventListener( GlinkEventListener)
removeNotifyCommandKey
void removeNotifyCommandKey(int commandKey)
Removes the notification for the command key previously set with the
notifyCommandKey method. If the commandKey param is -1, all command key
notifications are removed.
See also:
notifyCommandKey(int), GlinkKey
removeNotifyKey
void removeNotifyKey(int key)
Removes the notification for the key previously set with the notifyKey method.
If the key param is -1, all key notifications are removed.
See also:
notifyKey(int)