Class SelectionAdapter

java.lang.Object
org.graffiti.selection.SelectionAdapter
All Implemented Interfaces:
SelectionListener

public class SelectionAdapter
extends Object
implements SelectionListener
Adapter for the SelectionListener interface, providing default empty implementation. Useful, given you don't need all interface methods.
Since:
2.7.0
Author:
D. Garkov