apps.conceptmap.graphcomponents
Interface GraphComponent.OptionMessageListener

Enclosing class:
GraphComponent

public static interface GraphComponent.OptionMessageListener

The listener interface for receiving optionMessage events. The class that is interested in processing a optionMessage event implements this interface, and the object created with that class is registered with a component using the component's addOptionMessageListener method. When the optionMessage event occurs, that object's appropriate method is invoked.

See Also:
OptionMessageEvent

Method Summary
 void messageProcessed(OptionMessage msg)
          Message processed.
 

Method Detail

messageProcessed

void messageProcessed(OptionMessage msg)
Message processed.

Parameters:
msg - the msg