net.sourceforge.e4graph
Interface MarkerAdditionListener

All Superinterfaces:
java.util.EventListener

public interface MarkerAdditionListener
extends java.util.EventListener

The listener interface for receiving marker addition events. The class that is interested in processing a marker addition event implements this interface, and the object created with that class is registered with a storage, using the storage's addMarkerAdditionListener method. When the marker addition event occurs, that object's markerAdded method is invoked.

Author:
Ryan Shaw
See Also:
Storage.addMarkerAdditionListener(net.sourceforge.e4graph.MarkerAdditionListener)

Method Summary
 void markerAdded(Marker m)
          Invoked when a marker is added to the storage with which this listener is registered.
 

Method Detail

markerAdded

public void markerAdded(Marker m)
Invoked when a marker is added to the storage with which this listener is registered.
Parameters:
m - the marker that was added


Copyright (c) 2001, Silver Egg Technology Co., Ltd.