Class NewModuleEvent
- java.lang.Object
-
- org.guvnor.common.services.project.events.NewModuleEvent
-
@Portable public class NewModuleEvent extends Object
An event representing creation of a new Module
-
-
Constructor Summary
Constructors Constructor Description NewModuleEvent()NewModuleEvent(Module module, String sessionId, String identity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentity()ModulegetModule()StringgetSessionId()
-