Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 135
GlinkEventListener interface
Interface GlinkEventListener
interface GlinkEventListener
Implement this interface to allow the class to be registered as a
GlinkEventListener.
Method Summary
void onGlinkEvent(GlinkEvent event)
This method will be called when a Glink event is generated.
Method Detail
onGlinkEvent
void onGlinkEvent(GlinkEvent event)
This method will be called when a Glink event is generated.
See also:
GlinkEvent