public class ResultChangedEvent
extends java.util.EventObject
ResultChangedListener
,
Serialized FormConstructor and Description |
---|
ResultChangedEvent(java.lang.Object source,
java.lang.String url,
java.lang.String user,
java.lang.String pw,
java.lang.String query)
constructs the event
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
returns the password that produced the table model
|
java.lang.String |
getQuery()
returns the query that was executed
|
java.lang.String |
getURL()
returns the database URL that produced the table model
|
java.lang.String |
getUser()
returns the user that produced the table model
|
java.lang.String |
toString()
returns the event in a string representation
|
public ResultChangedEvent(java.lang.Object source, java.lang.String url, java.lang.String user, java.lang.String pw, java.lang.String query)
source
- the source that generated this eventurl
- the current database urluser
- the current userpw
- the current passwordquery
- the current querypublic java.lang.String getURL()
public java.lang.String getUser()
public java.lang.String getPassword()
public java.lang.String getQuery()
public java.lang.String toString()
toString
in class java.util.EventObject