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

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Class DatabaseSelectionEvent  view DatabaseSelectionEvent download DatabaseSelectionEvent.java

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

public class DatabaseSelectionEvent
extends java.util.EventObject

The selection in the database list has changed.


Field Summary
private  com.virtuosotechnologies.asaph.model.SongDatabase nSelection_
           
private  com.virtuosotechnologies.asaph.model.SongDatabase oSelection_
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DatabaseSelectionEvent(java.lang.Object source, com.virtuosotechnologies.asaph.model.SongDatabase oSelection, com.virtuosotechnologies.asaph.model.SongDatabase nSelection)
          Constructor
 
Method Summary
 com.virtuosotechnologies.asaph.model.SongDatabase getNewSelection()
          Get the database now selected
 com.virtuosotechnologies.asaph.model.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
 

Field Detail

oSelection_

private com.virtuosotechnologies.asaph.model.SongDatabase oSelection_

nSelection_

private com.virtuosotechnologies.asaph.model.SongDatabase nSelection_
Constructor Detail

DatabaseSelectionEvent

public DatabaseSelectionEvent(java.lang.Object source,
                              com.virtuosotechnologies.asaph.model.SongDatabase oSelection,
                              com.virtuosotechnologies.asaph.model.SongDatabase nSelection)
Constructor

Method Detail

getOldSelection

public com.virtuosotechnologies.asaph.model.SongDatabase getOldSelection()
Get the database previously selected


getNewSelection

public com.virtuosotechnologies.asaph.model.SongDatabase getNewSelection()
Get the database now selected