Module java.jnlp
Package javax.jnlp

Interface SingleInstanceListener



  • public interface SingleInstanceListener
    SingleInstanceListener is a interface which should be implemented by a JNLP application if they wish to support single instance behaviour.
    Since:
    1.5
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void newActivation​(String[] params)
      This method should be implemented by the application to handle the single instance behaviour - how should the application handle the arguments when another instance of the application is invoked with params.
    • Method Detail

      • newActivation

        void newActivation​(String[] params)
        This method should be implemented by the application to handle the single instance behaviour - how should the application handle the arguments when another instance of the application is invoked with params.
        Parameters:
        params - Array of parameters for the application main (arguments supplied in the jnlp file)