PropertyAccessEvent

Supported only by WrapperFactory , represents an access (reading) of a property.

Analogous to PropertyModifyEvent , however the #getReason() will always be null . (If access is not allowed then a PropertyVisibilityEvent would have been fired).

API

PropertyAccessEvent.java
class PropertyAccessEvent {
  PropertyAccessEvent(Object source, Identifier propertyIdentifier, Object value)
  Object getValue()
}