Class AttributeChanges.Change

java.lang.Object
io.jmix.core.event.AttributeChanges.Change
Enclosing class:
AttributeChanges

public static class AttributeChanges.Change extends Object
INTERNAL. Contains name and old value of a changed attribute.
  • Field Details

    • name

      public final String name
    • oldValue

      public final Object oldValue
  • Constructor Details

    • Change

      public Change(String name, @Nullable Object oldValue)
  • Method Details