|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.ResultSetEvent
public class ResultSetEvent
Used to return the result of a QueryEvent.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ResultSetEvent(java.lang.Object source,
java.lang.Object[] resultSet)
Return the result of a QueryEvent. |
Method Summary | |
---|---|
java.lang.Object[] |
getResultSet()
Retrieve the result set. |
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 |
---|
public ResultSetEvent(java.lang.Object source, java.lang.Object[] resultSet)
The
- entity that created this event.resultSet
- The result set.Method Detail |
---|
public java.lang.Object[] getResultSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |