org.objectweb.jac.ide.diagrams
Interface Selectable

All Known Implementing Classes:
FieldFigure, MethodFigure

public interface Selectable

Figures may implement this interface if they want to be notified when they are selected.


Method Summary
 void onSelect(DisplayContext context)
          Called when the figure is selected
 

Method Detail

onSelect

public void onSelect(DisplayContext context)
Called when the figure is selected

Parameters:
context - the DiagramView's DisplayContext