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 Summary

    Modifier and Type
    Method
    Description
    void
    onFocusChange(@NotNull String oid)
     
  • Method Details

    • onFocusChange

      void onFocusChange(@NotNull @NotNull String oid)