Class MavenCefAppHandlerAdapter

  • All Implemented Interfaces:
    org.cef.handler.CefAppHandler

    public abstract class MavenCefAppHandlerAdapter
    extends org.cef.handler.CefAppHandlerAdapter
    An extendable implementation of CefAppHandlerAdapter that fixes execution issues on MacOSX. Prevents the method "onBeforeCommandLineProcessing" to be overridden. If you need to evaluate arguments, do that before you pass them to the builder.
    Author:
    Fritz Windisch
    • Constructor Detail

      • MavenCefAppHandlerAdapter

        public MavenCefAppHandlerAdapter()
    • Method Detail

      • onBeforeCommandLineProcessing

        public final void onBeforeCommandLineProcessing​(String process_type,
                                                        org.cef.callback.CefCommandLine command_line)
        Specified by:
        onBeforeCommandLineProcessing in interface org.cef.handler.CefAppHandler
        Overrides:
        onBeforeCommandLineProcessing in class org.cef.handler.CefAppHandlerAdapter