com.artima.place
Interface LinkMapListener


public interface LinkMapListener

The listener interface for receiving LinkMapEvents from a DynamicLinkMap.


Method Summary
 void linkMapChanged(LinkMapEvent event)
          Invoked when one or more links in a DynamicLinkMap are altered, added, and/or removed.
 

Method Detail

linkMapChanged

public void linkMapChanged(LinkMapEvent event)
Invoked when one or more links in a DynamicLinkMap are altered, added, and/or removed.
Parameters:
event - the LinkMapEvent to handle
Throws:
NullPointerException - if passed event is null