Enterprise Information Portal APIs

com.ibm.mm.beans
Interface CMBSearchRequestListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CMBQueryService, CMBSearchTemplate

public interface CMBSearchRequestListener
extends java.util.EventListener

Interface for beans that are interested in receiving search request events. CMBQueryService implements this interface.

Since:
6.1
See Also:
CMBSearchRequestEvent, CMBQueryService

Method Summary
 void onCMBSearchRequest(CMBSearchRequestEvent evt)
          Event service method.
 

Method Detail

onCMBSearchRequest

public void onCMBSearchRequest(CMBSearchRequestEvent evt)
Event service method.

EIP JavaBeans

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