Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Interface SelectionListener  view SelectionListener download SelectionListener.java

All Superinterfaces:
java.util.EventListener

public interface SelectionListener
extends java.util.EventListener

Selection change listener


Field Summary
static java.lang.reflect.Method DATABASE_SELECTION_CHANGED_METHOD
           
static java.lang.reflect.Method SONG_SELECTION_CHANGED_METHOD
           
 
Method Summary
 void databaseSelectionChanged(DatabaseSelectionEvent ev)
          The database selection has changed.
 void songSelectionChanged(SongSelectionEvent ev)
          The song selection has changed.
 

Field Detail

DATABASE_SELECTION_CHANGED_METHOD

public static final java.lang.reflect.Method DATABASE_SELECTION_CHANGED_METHOD

SONG_SELECTION_CHANGED_METHOD

public static final java.lang.reflect.Method SONG_SELECTION_CHANGED_METHOD
Method Detail

databaseSelectionChanged

public void databaseSelectionChanged(DatabaseSelectionEvent ev)
The database selection has changed.


songSelectionChanged

public void songSelectionChanged(SongSelectionEvent ev)
The song selection has changed.