org.apache.sling.commons.scheduler.impl
Class TopologyHandler

java.lang.Object
  extended by org.apache.sling.commons.scheduler.impl.TopologyHandler
All Implemented Interfaces:
org.apache.sling.discovery.TopologyEventListener

@Service(value=org.apache.sling.discovery.TopologyEventListener.class)
public class TopologyHandler
extends Object
implements org.apache.sling.discovery.TopologyEventListener

Optional service - if the Sling discovery service is running, additional features are available


Constructor Summary
TopologyHandler()
           
 
Method Summary
 void handleTopologyEvent(org.apache.sling.discovery.TopologyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopologyHandler

public TopologyHandler()
Method Detail

handleTopologyEvent

public void handleTopologyEvent(org.apache.sling.discovery.TopologyEvent event)
Specified by:
handleTopologyEvent in interface org.apache.sling.discovery.TopologyEventListener
See Also:
TopologyEventListener.handleTopologyEvent(org.apache.sling.discovery.TopologyEvent)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.