Interface INativeItemListener
Interface to define an item listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNativeItemEvent
(NativeItemEvent event) The method is called when an event is reported to the listener.
-
Method Details
-
onNativeItemEvent
The method is called when an event is reported to the listener.- Parameters:
event
-
-