Interface INeonEventListenerConstraint


  • public interface INeonEventListenerConstraint
    An interface for constraint event listeners.
    • Method Detail

      • onEvent

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