org.eucalyptus.analysesi.gui.db
Class ConnectionsEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eucalyptus.analysesi.gui.db.ConnectionsEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionsEvent
extends java.util.EventObject

Un évènement associé au composant ConfiguredConnectionsList.

Author:
Loic Dreux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionsEvent(java.lang.Object source, DbConnectionParameters selectedConnection)
          Le constructeur de l'objet ConnectionsEvent.
ConnectionsEvent(java.lang.Object source, DbConnectionParameters selectedConnection, java.util.List<DbConnectionParameters> savedConnections)
          Le constructeur de l'objet ConnectionsEvent.
ConnectionsEvent(java.lang.Object source, java.util.List<DbConnectionParameters> savedConnections)
          Le constructeur de l'objet ConnectionsEvent.
 
Method Summary
 java.util.List<DbConnectionParameters> getSavedConnections()
          Retourne les connections sauvegardées.
 DbConnectionParameters getSelectedConnection()
          Retoure la connection sélectionnée.
 
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

ConnectionsEvent

public ConnectionsEvent(java.lang.Object source,
                        DbConnectionParameters selectedConnection)
Le constructeur de l'objet ConnectionsEvent.

Parameters:
selectedConnection - La connection sélectionnée

ConnectionsEvent

public ConnectionsEvent(java.lang.Object source,
                        java.util.List<DbConnectionParameters> savedConnections)
Le constructeur de l'objet ConnectionsEvent.

Parameters:
savedConnections - Les connection sauvegardée

ConnectionsEvent

public ConnectionsEvent(java.lang.Object source,
                        DbConnectionParameters selectedConnection,
                        java.util.List<DbConnectionParameters> savedConnections)
Le constructeur de l'objet ConnectionsEvent.

Parameters:
selectedConnection - La connection sélectionnée
savedConnections - Les connections sauvegardée
Method Detail

getSelectedConnection

public DbConnectionParameters getSelectedConnection()
Retoure la connection sélectionnée.

Returns:
the selectedConnection

getSavedConnections

public java.util.List<DbConnectionParameters> getSavedConnections()
Retourne les connections sauvegardées.

Returns:
the savedConnections


Copyright © 2009. All Rights Reserved.