net.clackrouter.routing
Interface LocalLinkChangedListener


public interface LocalLinkChangedListener

Simple interface to allow components to learn when information about local links (up/down status or link metric)


Method Summary
 void localLinkChanged(LocalLinkInfo old_info, LocalLinkInfo new_info)
          Interface used to pass old and new info to the component
 

Method Detail

localLinkChanged

void localLinkChanged(LocalLinkInfo old_info,
                      LocalLinkInfo new_info)
Interface used to pass old and new info to the component

Parameters:
old_info - old information about the link
new_info - new information about the link