Interface IAdoptEventListener


  • public interface IAdoptEventListener
    Event listener functional interface
    • Method Detail

      • handleEvent

        void handleEvent​(IAdoptEvent event)
        Process event of specified type
        Parameters:
        event - the event to handle (cannot be null)