public class StopModuleEvent extends Object implements Event<StopModuleEvent.Handler>
ModuleManager
.Modifier and Type | Class and Description |
---|---|
static interface |
StopModuleEvent.Handler
Event handler for
StopModuleEvent . |
Constructor and Description |
---|
StopModuleEvent(String moduleName) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(StopModuleEvent.Handler handler)
Dispatches the event to a handler.
|
String |
getModuleName() |
public StopModuleEvent(String moduleName)
public void dispatch(StopModuleEvent.Handler handler)
Event
dispatch
in interface Event<StopModuleEvent.Handler>
public String getModuleName()
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.