public class ResultChangedEvent extends EventObject
ResultChangedListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected String |
m_Password
the password that was used to connect to the DB
|
protected String |
m_Query
the query that is associated with the active result table
|
protected String |
m_URL
the connect string with which the query was run
|
protected String |
m_User
the user that was used to connect to the DB
|
source
Constructor and Description |
---|
ResultChangedEvent(Object source,
String url,
String user,
String pw,
String query)
constructs the event
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
returns the password that produced the table model
|
String |
getQuery()
returns the query that was executed
|
String |
getURL()
returns the database URL that produced the table model
|
String |
getUser()
returns the user that produced the table model
|
String |
toString()
returns the event in a string representation
|
getSource
protected String m_Query
protected String m_URL
protected String m_User
protected String m_Password
public String getURL()
public String getUser()
public String getPassword()
public String getQuery()
public String toString()
toString
in class EventObject
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.