接口 ConditionalEventListener<E extends Event>

    • 方法详细资料

      • accept

        boolean accept​(E event)
        Accept the event is handled or not by current listener
        参数:
        event - event
        返回:
        if handled, return true, or false