Package money.zumo.zumokit
Class LogListener.CppProxy
- java.lang.Object
-
- money.zumo.zumokit.LogListener.CppProxy
-
- All Implemented Interfaces:
LogListener
- Enclosing interface:
- LogListener
public static final class LogListener.CppProxy extends java.lang.Object implements LogListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface money.zumo.zumokit.LogListener
LogListener.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
void
onLog(java.lang.String message)
-
-
-
Method Detail
-
_djinni_private_destroy
public void _djinni_private_destroy()
-
onLog
public void onLog(java.lang.String message)
- Specified by:
onLog
in interfaceLogListener
-
-