com.arsdigita.toolbox.ui
Class QueryEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.arsdigita.bebop.event.PageEvent
          extended bycom.arsdigita.toolbox.ui.QueryEvent
All Implemented Interfaces:
Serializable

public class QueryEvent
extends PageEvent

This event is fired by the DataQuery class

See Also:
DataQuery, QueryListener, Serialized Form

Field Summary
static String versionId
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QueryEvent(Component source, PageState s, DataQuery q)
           
 
Method Summary
 DataQuery getDataQuery()
           
 
Methods inherited from class com.arsdigita.bebop.event.PageEvent
getPageState
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

QueryEvent

public QueryEvent(Component source,
                  PageState s,
                  DataQuery q)
Method Detail

getDataQuery

public DataQuery getDataQuery()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC