com.virtuosotechnologies.asaph.maingui
Class DatabaseSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.asaph.maingui.DatabaseSelectionEvent
All Implemented Interfaces:
Serializable

public class DatabaseSelectionEvent
extends EventObject

The selection in the database list has changed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DatabaseSelectionEvent(Object source, SongDatabase oSelection, SongDatabase nSelection)
          Constructor
 
Method Summary
 SongDatabase getNewSelection()
          Get the database now selected
 SongDatabase getOldSelection()
          Get the database previously selected
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseSelectionEvent

public DatabaseSelectionEvent(Object source,
                              SongDatabase oSelection,
                              SongDatabase nSelection)
Constructor

Method Detail

getOldSelection

public SongDatabase getOldSelection()
Get the database previously selected


getNewSelection

public SongDatabase getNewSelection()
Get the database now selected