Class SModuleAddedEvent
- java.lang.Object
 - 
- org.jetbrains.mps.openapi.module.event.SRepositoryEvent
 - 
- org.jetbrains.mps.openapi.module.event.SRepositoryModuleEvent
 - 
- org.jetbrains.mps.openapi.module.event.SModuleAddedEvent
 
 
 
 
- 
public class SModuleAddedEvent extends SRepositoryModuleEvent
 
- 
- 
Constructor Summary
Constructors Constructor Description SModuleAddedEvent(SModule module) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(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:
 acceptin classSRepositoryEvent
 
 - 
 
 -