Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_GeckoSystemStateListenerNatives_h
#define mozilla_java_GeckoSystemStateListenerNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoSystemStateListenerWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class GeckoSystemStateListener::Natives : public mozilla::jni::NativeImpl<GeckoSystemStateListener, Impl>
{
public:
static const JNINativeMethod methods[1];
};
template<class Impl>
const JNINativeMethod GeckoSystemStateListener::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<GeckoSystemStateListener::OnDeviceChanged_t>(
mozilla::jni::NativeStub<GeckoSystemStateListener::OnDeviceChanged_t, Impl>
::template Wrap<&Impl::OnDeviceChanged>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_GeckoSystemStateListenerNatives_h