Uses of Interface
net.sourceforge.jnlp.event.ApplicationListener
-
Packages that use ApplicationListener Package Description net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. -
-
Uses of ApplicationListener in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime with parameters of type ApplicationListener Modifier and Type Method Description void
ApplicationInstance. addApplicationListener(ApplicationListener listener)
Add an Application listenervoid
ApplicationInstance. removeApplicationListener(ApplicationListener listener)
Remove an Application Listener
-