Uses of Interface
xal.extension.application.ApplicationListener
Packages that use ApplicationListener
Package
Description
Provides a framework for building document based applications and even multi-document based applications.
-
Uses of ApplicationListener in xal.extension.application
Classes in xal.extension.application that implement ApplicationListenerModifier and TypeClassDescriptionclass
AbstractApplicationAdaptor is the abstract superclass of the desktop and frame based application adaptors.class
ApplicationAdaptor is the abstract superclass of the custom applicaton adaptors each of which acts as a delegate for its corresponding application.class
DesktopApplicationAdaptor is the abstract superclass of the custom application adaptors each of which acts as a delegate for its corresponding desktop application.Fields in xal.extension.application declared as ApplicationListenerModifier and TypeFieldDescriptionprotected ApplicationListener
Application.noticeProxy
proxy for broadcasting ApplicationListener eventsMethods in xal.extension.application with parameters of type ApplicationListenerModifier and TypeMethodDescriptionvoid
Application.addApplicationListener
(ApplicationListener listener) Add the listener as a listener of Application events.void
Application.removeApplicationListener
(ApplicationListener listener) Remove the listener from listening to Application events.