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.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidonBeforeCommandLineProcessing(String process_type, org.cef.callback.CefCommandLine command_line) Methods inherited from class org.cef.handler.CefAppHandlerAdapter
onAlreadyRunningAppRelaunch, onBeforeTerminate, onContextInitialized, onRegisterCustomSchemes, onScheduleMessagePumpWork, stateHasChanged
-
Constructor Details
-
MavenCefAppHandlerAdapter
public MavenCefAppHandlerAdapter()
-
-
Method Details
-
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
-