Interface TypedEventDispatcher.AffectedAndValuesOnlyHandler<T,U>

All Superinterfaces:
TypedEventDispatcher.EventRecordHandler<T,U>
Enclosing class:
TypedEventDispatcher

public static interface TypedEventDispatcher.AffectedAndValuesOnlyHandler<T,U> extends TypedEventDispatcher.EventRecordHandler<T,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    void
    handle(T affectedObject, U oldValue, U newValue)