Class SModuleRemovedEvent
- java.lang.Object
 - 
- org.jetbrains.mps.openapi.module.event.SRepositoryEvent
 - 
- org.jetbrains.mps.openapi.module.event.SModuleRemovedEvent
 
 
 
- 
public class SModuleRemovedEvent extends SRepositoryEvent
 
- 
- 
Constructor Summary
Constructors Constructor Description SModuleRemovedEvent(SModuleReference mRef, SRepository repository) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SModuleEventVisitor visitor)SModuleReferencegetModuleReference()- 
Methods inherited from class org.jetbrains.mps.openapi.module.event.SRepositoryEvent
getRepository 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SModuleRemovedEvent
public SModuleRemovedEvent(@NotNull SModuleReference mRef, SRepository repository)
 
 - 
 
- 
Method Detail
- 
accept
public void accept(SModuleEventVisitor visitor)
- Specified by:
 acceptin classSRepositoryEvent
 
- 
getModuleReference
public SModuleReference getModuleReference()
 
 - 
 
 -