public class ResultChangedEvent extends EventObject
ResultChangedListener,
Serialized Form| 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
|
getSourcepublic String getURL()
public String getUser()
public String getPassword()
public String getQuery()
public String toString()
toString in class EventObjectCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.