Events

Since data structures associated with event registration consume memory in the automated application, it is recommended to unregister from an event as soon as there is no need to listen to it. If frequent unregistration and cleanup is not done, temporarily memory leaks will occur.

To prevent memory leaks on the Java production application, JIA automatically executes event unregistration when any of the following events occur:

JIA is closed.

The first parent window of the object closes at the Java application side. The parent window could be Jframe, Window, or JDialog.