Package org.jetbrains.mps.openapi.event
Class SReferenceReadEvent
- java.lang.Object
-
- org.jetbrains.mps.openapi.event.AbstractModelEvent
-
- org.jetbrains.mps.openapi.event.AbstractModelReadEvent
-
- org.jetbrains.mps.openapi.event.SReferenceReadEvent
-
public final class SReferenceReadEvent extends AbstractModelReadEvent
Encapsulates information about accessed reference.- Since:
- 3.3
-
-
Constructor Summary
Constructors Constructor Description SReferenceReadEvent(SNode node, SReferenceLink link)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SReferenceLink
getAssociationLink()
SNode
getNode()
-
-
-
Constructor Detail
-
SReferenceReadEvent
public SReferenceReadEvent(@NotNull SNode node, @NotNull SReferenceLink link)
-
-
Method Detail
-
getAssociationLink
@NotNull public SReferenceLink getAssociationLink()
-
-