public class ModuleRegistryEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected ModuleMeta |
theModuleMeta
The ModuleMeta to which this event relates.
|
source| Constructor and Description |
|---|
ModuleRegistryEvent(AbstractModuleRegistry registry,
ModuleMeta meta)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleMeta |
getModuleMeta()
Obtain the ModuleMeta to which this event relates.
|
getSource, toStringprotected final ModuleMeta theModuleMeta
public ModuleRegistryEvent(AbstractModuleRegistry registry, ModuleMeta meta)
registry - the AbstractModuleRegistry that generated the eventmeta - the ModuleMeta to which this event relatespublic ModuleMeta getModuleMeta()
Copyright © 2018. All rights reserved.