| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SynchronousModuleListener
A synchronous
ModuleEvent listener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleContext.addModuleListener(ModuleListener listener)
Adds the specified
ModuleListener object to the context module's
list of listeners if not already present. |
void |
ModuleContext.removeModuleListener(ModuleListener listener)
Removes the specified
ModuleListener object from the context
module's list of listeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeEventsManager.addModuleListener(Module module,
ModuleListener listener) |
void |
RuntimeEventsManager.removeModuleListener(Module module,
ModuleListener listener) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.