| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: notifier handle event longs strings
This method simulates an event arriving as if from the
JavaLinkCommon.ltoj_anchor.callLisp()
notifier
method in Java lightweight event handlers. The effect is to schedule a
call to a handler registered with jregister-handler.
the arguments are:
(jlinker-slot
:notifier)
(see jlinker-slot).
The timecard example in examples/jlinker/timecard/main.cl uses this method to insure that display updates from Lisp are properly serialized with updates triggered by Java code.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |