| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: notifier handle event longs strings
This method simulates an event arriving as if from the
LispCall.dispatchEvent()
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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |