org.jclouds.karaf.core
Interface NodeListener


public interface NodeListener

A listener which listens for node events.


Method Summary
 void nodeCreated(org.jclouds.compute.domain.NodeMetadata node)
           
 void nodeDestroyed(org.jclouds.compute.domain.NodeMetadata node)
           
 

Method Detail

nodeCreated

void nodeCreated(org.jclouds.compute.domain.NodeMetadata node)

nodeDestroyed

void nodeDestroyed(org.jclouds.compute.domain.NodeMetadata node)


Copyright © 2013. All Rights Reserved.