Package org.jetbrains.mps.openapi.event
Class SPropertyReadEvent
- java.lang.Object
-
- org.jetbrains.mps.openapi.event.AbstractModelEvent
-
- org.jetbrains.mps.openapi.event.AbstractModelReadEvent
-
- org.jetbrains.mps.openapi.event.SPropertyReadEvent
-
public final class SPropertyReadEvent extends AbstractModelReadEvent
Encapsulates information about read access to a property. If there are listeners that need property value along with the read notification, we shall add value to event rather than let listeners query property value again.- Since:
- 3.3
-
-
Constructor Summary
Constructors Constructor Description SPropertyReadEvent(SNode node, SProperty property)
-