org.apache.batik.gvt.event
Interface SelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SelectionAdapter

public interface SelectionListener
extends EventListener

The listener interface for receiving selection events.

Version:
$Id: SelectionListener.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Bill Haneman

Method Summary
 void selectionChanged(SelectionEvent evt)
          Invoked when a selection has changed.
 void selectionCleared(SelectionEvent evt)
          Invoked when a selection is cleared.
 void selectionDone(SelectionEvent evt)
          Invoked when a selection is done.
 void selectionStarted(SelectionEvent evt)
          Invoked when a selection started.
 

Method Detail

selectionChanged

void selectionChanged(SelectionEvent evt)
Invoked when a selection has changed.

Parameters:
evt - the selection change event

selectionDone

void selectionDone(SelectionEvent evt)
Invoked when a selection is done.

Parameters:
evt - the selection change event

selectionCleared

void selectionCleared(SelectionEvent evt)
Invoked when a selection is cleared.

Parameters:
evt - the selection change event

selectionStarted

void selectionStarted(SelectionEvent evt)
Invoked when a selection started.

Parameters:
evt - the selection change event


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.