Package org.gnome.adw
Interface NavigationView.PoppedCallback
- All Superinterfaces:
FunctionPointer
- Enclosing class:
NavigationView
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface declaration of the
PoppedCallback callback.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun(@Nullable NavigationPage page) Emitted afterpagehas been popped from the navigation stack.default MemorySegmenttoCallback(Arena arena) Creates a native function pointer to theupcall(java.lang.foreign.MemorySegment, java.lang.foreign.MemorySegment)method.default voidupcall(MemorySegment sourceNavigationView, MemorySegment page) Theupcallmethod is called from native code.
-
Method Details
-
upcall
Theupcallmethod is called from native code. The parameters are marshaled andrun(org.gnome.adw.NavigationPage)is executed. -
toCallback
Creates a native function pointer to theupcall(java.lang.foreign.MemorySegment, java.lang.foreign.MemorySegment)method.- Specified by:
toCallbackin interfaceFunctionPointer- Parameters:
arena- the arena in which the function pointer is allocated- Returns:
- the native function pointer