Searched defs:WindowInfosListener (Results 1 – 2 of 2) sorted by relevance
91 struct WindowInfosListener : public gui::WindowInfosListener { struct92 WindowInfosListener(JNIEnv* env, jobject listener) in WindowInfosListener() argument95 void onWindowInfosChanged(const gui::WindowInfosUpdate& update) override { in onWindowInfosChanged()122 ~WindowInfosListener() override { in ~WindowInfosListener()128 jweak mListener;
32 public abstract class WindowInfosListener { class35 public WindowInfosListener() { in WindowInfosListener() method in WindowInfosListener