Default Event Handler - Printable Version +- Ewon Technical Forum (https://techforum.ewon.biz) +-- Forum: Development (https://techforum.ewon.biz/forum-50.html) +--- Forum: Java (https://techforum.ewon.biz/forum-53.html) +--- Thread: Default Event Handler (/thread-2754.html) |
Default Event Handler - ZillKhan - 11-06-2025 Hello, I wanted to ask, do you have any specific events that are already defined in default event handler or can we define a custom event handler of our own too? As mentioned in the Java interface documentation: " As you can see a “listener” is an instance of a “listener” class, this “listener” class derive from the EvtListenerBase object and defines the callEvent function, this function will be called when the runEventHandler will detect the specific type of event" |