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 SummaryConstructors Constructor Description SReferenceReadEvent(SNode node, SReferenceLink link)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SReferenceLinkgetAssociationLink()SNodegetNode()
 
- 
- 
- 
Constructor Detail- 
SReferenceReadEventpublic SReferenceReadEvent(@NotNull SNode node, @NotNull SReferenceLink link) 
 
- 
 - 
Method Detail- 
getAssociationLink@NotNull public SReferenceLink getAssociationLink() 
 
- 
 
-