Uses of Interface
javax.jnlp.SingleInstanceListener
-
Packages that use SingleInstanceListener Package Description javax.jnlp net.sourceforge.jnlp.services This package contains the classes that implement the standard services defined by the JNLP specification. -
-
Uses of SingleInstanceListener in javax.jnlp
Methods in javax.jnlp with parameters of type SingleInstanceListener Modifier and Type Method Description voidSingleInstanceService. addSingleInstanceListener(SingleInstanceListener listener)Adds the specified SingleInstanceListener to the notification list.voidSingleInstanceService. removeSingleInstanceListener(SingleInstanceListener listener)Removes the specified SingleInstanceListener from the notification list. -
Uses of SingleInstanceListener in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services with parameters of type SingleInstanceListener Modifier and Type Method Description voidXSingleInstanceService. addSingleInstanceListener(SingleInstanceListener sil)Add the specified SingleInstanceListenervoidXSingleInstanceService. removeSingleInstanceListener(SingleInstanceListener sil)Remove the specified SingleInstanceListener
-