skip to main content

Controls Reference : JAVA-BEAN : Properties : Exclude-Event-List

Exclude-Event-List
If this property is set to "1", then none of the COBOL events in the Event-List property are fired. Other events are fired, instead. If this property is set to "0", then no event is fired at all. If it’s omitted, then all the events are fired. Preventing the runtime from generating some events may speed up performance in client/server environments.
 
Example - Exclude CMD-GOTO COBOL event and manage propertyChange and mouse Java events
screen section.
  03 screen-1-jb-1 Java-Bean
     line 5.1
     column 4.5
     size 33.5 cells 
     lines 25.1 cells 
     event-list"propertyChange""mouse", cmd-goto )
     exclude-event-list 1

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left