Package org.apache.sling.discovery
Class TopologyEvent
java.lang.Object
org.apache.sling.discovery.TopologyEvent
A topology event is sent whenever a change in the topology occurs.
This event object might be extended in the future with new event types and
methods.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTopologyEvent
(TopologyEvent.Type type, TopologyView oldView, TopologyView newView) -
Method Summary
-
Constructor Details
-
TopologyEvent
-
-
Method Details
-
getType
Returns the type of this event- Returns:
- the type of this event
-
getOldView
Returns the view which was valid up until now.This is null in case of
TOPOLOGY_INIT
- Returns:
- the view which was valid up until now, or null in case of a fresh instance start
-
getNewView
Returns the view which is currently (i.e. newly) valid.This is null in case of
TOPOLOGY_CHANGING
- Returns:
- the view which is currently valid, or null in case of
TOPOLOGY_CHANGING
-
toString
-