Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Interface CMBSearchFieldEnterPressedListener

All Superinterfaces:
java.util.EventListener

public interface CMBSearchFieldEnterPressedListener
extends java.util.EventListener

The listener interface for the CMBSearchFieldEnterPressedEvent.

Since:
8.1

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void onSearchFieldEnterPressed(CMBSearchFieldEnterPressedEvent evt)
          Invoked by the CMBSearchPanel when the enter key is pressed over a field on the panel.
 

Field Detail

copyright

public static final java.lang.String copyright
Method Detail

onSearchFieldEnterPressed

public void onSearchFieldEnterPressed(CMBSearchFieldEnterPressedEvent evt)
Invoked by the CMBSearchPanel when the enter key is pressed over a field on the panel.

EIP JavaBeans

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