Interface INeonEventListener


  • public interface INeonEventListener
    The interface application code must implement to listen to INeonEvents.
    • Method Detail

      • onEvent

        void onEvent​(NeonEventType type,
                     INeonEvent event)
        This function will be called on any event listeners registered with Neon whenever an event occurs.
        Parameters:
        type -
        event -