Interface FocusChangeExecution.ChangeExecutionListener

  • Enclosing class:
    FocusChangeExecution<O extends ObjectType>

    @Experimental
    public static interface FocusChangeExecution.ChangeExecutionListener
    Receives notifications when focus object is modified (or added, or deleted). Should be fast and should throw no exceptions.
    • Method Detail

      • onFocusChange

        void onFocusChange​(@NotNull
                           @NotNull String oid)