Package ca.phon.app

Class WindowsURIHandler

java.lang.Object
ca.phon.app.WindowsURIHandler
All Implemented Interfaces:
PhonStartupHook, IPluginExtensionPoint<PhonStartupHook>

public final class WindowsURIHandler extends Object implements PhonStartupHook, IPluginExtensionPoint<PhonStartupHook>
Create a hidden message window for handling uri load requests on windows. The window will respond to WM_USER messages with the lparam variable holding a guid long value. This guid will be used to locate a file named with the guid value in hex format in the user's application data folder. Once processed the file will be deleted.
  • Constructor Details

    • WindowsURIHandler

      public WindowsURIHandler()
  • Method Details