Class PropertyEvent

java.lang.Object
net.thevpc.common.props.PropertyEvent

public class PropertyEvent extends Object
  • Constructor Details

  • Method Details

    • changeId

      public String changeId()
    • eventType

      public PropertyUpdate eventType()
    • eventPath

      public Path eventPath()
    • property

      public <T extends Property> T property()
    • index

      public <T> T index()
    • oldValue

      public <T> T oldValue()
    • newValue

      public <T> T newValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • immediate

      public boolean immediate()
    • propagated

      public boolean propagated()