| Package | Description |
|---|---|
| org.azyva.dragom.execcontext.plugin | |
| org.azyva.dragom.model | |
| org.azyva.dragom.model.event |
| Modifier and Type | Method and Description |
|---|---|
<NodeEventClass extends NodeEvent> |
EventPlugin.registerListener(Node node,
NodeEventListener<NodeEventClass> nodeEventListener,
boolean indChildrenAlso,
boolean indTransient)
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventPlugin.raiseNodeEvent(NodeEvent nodeEvent)
Raises a
NodeEvent. |
| Modifier and Type | Method and Description |
|---|---|
<NodeEventClass extends NodeEvent> |
Node.registerListener(NodeEventListener<NodeEventClass> nodeEventListener,
boolean indChildrenAlso)
Registers a
NodeEventListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.raiseNodeEvent(NodeEvent nodeEvent)
Raises a
NodeEvent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeEventListener<NodeEventClass extends NodeEvent>
Interface that must be implemented by
NodeEvent listeners. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationNodeEvent
Base class for all events that can be raised on
ClassificationNode's. |
class |
DynamicVersionCreatedEvent
ModuleEvent representing the creation of a new dynamic Version. |
class |
ModuleEvent
Base class for all events that can be raised on
Module's |
class |
StaticVersionCreatedEvent
[@link ModuleEvent} representing the creation of a new static Version.
|
class |
VersionCreatedEvent
ModuleEvent representing the creation of a new Version. |
Copyright © 2015–2017 AZYVA INC.. All rights reserved.