Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBSearchResultsEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.mm.beans.gui.CMBSearchResultsEvent
All Implemented Interfaces:
java.io.Serializable

public class CMBSearchResultsEvent
extends java.util.EventObject

Generated by CMBSearchTemplateViewer when partial results are received after starting a search.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBSearchResultsEvent(java.lang.Object source, java.util.Vector searchResults)
          Constructs the event.
 
Method Summary
 java.util.Vector getResults()
          Get the search results returned on this event
 
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

CMBSearchResultsEvent

public CMBSearchResultsEvent(java.lang.Object source,
                             java.util.Vector searchResults)
Constructs the event.
Parameters:
source - The source of the event.
searchResults - The search results returned on this event
Method Detail

getResults

public java.util.Vector getResults()
Get the search results returned on this event

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.