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 TypeClassDescriptionclassAbstractApplicationAdaptor is the abstract superclass of the desktop and frame based application adaptors.classApplicationAdaptor is the abstract superclass of the custom applicaton adaptors each of which acts as a delegate for its corresponding application.classDesktopApplicationAdaptor 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 ApplicationListenerApplication.noticeProxyproxy for broadcasting ApplicationListener eventsMethods in xal.extension.application with parameters of type ApplicationListenerModifier and TypeMethodDescriptionvoidApplication.addApplicationListener(ApplicationListener listener) Add the listener as a listener of Application events.voidApplication.removeApplicationListener(ApplicationListener listener) Remove the listener from listening to Application events.