Class SModuleChangedEvent
- java.lang.Object
-
- org.jetbrains.mps.openapi.module.event.SRepositoryEvent
-
- org.jetbrains.mps.openapi.module.event.SRepositoryModuleEvent
-
- org.jetbrains.mps.openapi.module.event.SModuleChangedEvent
-
public class SModuleChangedEvent extends SRepositoryModuleEvent
-
-
Constructor Summary
Constructors Constructor Description SModuleChangedEvent(SModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SModuleEventVisitor visitor)
-
Methods inherited from class org.jetbrains.mps.openapi.module.event.SRepositoryModuleEvent
getModule
-
Methods inherited from class org.jetbrains.mps.openapi.module.event.SRepositoryEvent
getRepository
-
-
-
-
Method Detail
-
accept
public void accept(SModuleEventVisitor visitor)
- Specified by:
accept
in classSRepositoryEvent
-
-