Package me.friwi.jcefmaven
Class MavenCefAppHandlerAdapter
- java.lang.Object
-
- org.cef.handler.CefAppHandlerAdapter
-
- me.friwi.jcefmaven.MavenCefAppHandlerAdapter
-
- All Implemented Interfaces:
org.cef.handler.CefAppHandler
public abstract class MavenCefAppHandlerAdapter extends org.cef.handler.CefAppHandlerAdapterAn 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 Summary
Constructors Constructor Description MavenCefAppHandlerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonBeforeCommandLineProcessing(String process_type, org.cef.callback.CefCommandLine command_line)
-
-
-
Method Detail
-
onBeforeCommandLineProcessing
public final void onBeforeCommandLineProcessing(String process_type, org.cef.callback.CefCommandLine command_line)
- Specified by:
onBeforeCommandLineProcessingin interfaceorg.cef.handler.CefAppHandler- Overrides:
onBeforeCommandLineProcessingin classorg.cef.handler.CefAppHandlerAdapter
-
-