|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ maingui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.maingui
Class DatabaseSelectionEvent

java.lang.Objectjava.util.EventObject
com.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
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ maingui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC