|
MPD
0.20.23
|
#include <LogListener.hxx>
Public Member Functions | |
| LogListener (JNIEnv *env, jobject obj) | |
| void | OnLog (JNIEnv *env, int priority, const char *fmt,...) const |
Public Member Functions inherited from Java::Object | |
| Object ()=default | |
| Constructs an uninitialized object. More... | |
| Object (JNIEnv *env, jobject obj) | |
Public Member Functions inherited from Java::GlobalRef< jobject > | |
| GlobalRef ()=default | |
| Constructs an uninitialized object. More... | |
| GlobalRef (JNIEnv *env, jobject _value) | |
| GlobalRef (const GlobalRef &other)=delete | |
| ~GlobalRef () | |
| GlobalRef & | operator= (const GlobalRef &other)=delete |
| void | Set (JNIEnv *env, jobject _value) |
| Sets the object, ignoring the previous value. More... | |
| jobject | Get () const |
| operator jobject () const | |
Definition at line 25 of file LogListener.hxx.
|
inline |
Definition at line 27 of file LogListener.hxx.
| void LogListener::OnLog | ( | JNIEnv * | env, |
| int | priority, | ||
| const char * | fmt, | ||
| ... | |||
| ) | const |
1.8.15