Interface ReadActionListener


  • public interface ReadActionListener
    Listen to enter/leave events for ModelAccess.runReadAction(Runnable) Clients receive notifications with the model read lock obtained.
    Since:
    2018.3
    • Method Detail

      • readStarted

        default void readStarted()
      • readFinished

        default void readFinished()