Interface TypedEventDispatcher.FullEventRecordHandler<T,U>

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

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

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