Class SRepositoryModuleEvent
- java.lang.Object
-
- org.jetbrains.mps.openapi.module.event.SRepositoryEvent
-
- org.jetbrains.mps.openapi.module.event.SRepositoryModuleEvent
-
- Direct Known Subclasses:
SModuleAddedEvent,SModuleChangedEvent,SModuleRemovingEvent
public abstract class SRepositoryModuleEvent extends SRepositoryEvent
Parent of repository module events (adding and removing the module from a repository)
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSRepositoryModuleEvent(SModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SModulegetModule()-
Methods inherited from class org.jetbrains.mps.openapi.module.event.SRepositoryEvent
accept, getRepository
-
-