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 void
accept(SModuleEventVisitor visitor)
SModuleReference
getModuleReference()
-
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:
accept
in classSRepositoryEvent
-
getModuleReference
public SModuleReference getModuleReference()
-
-