Enterprise Information Portal APIs

com.ibm.mm.beans
Interface CMBUserRequestListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CMBUserManagement

public interface CMBUserRequestListener
extends java.util.EventListener

Interface for beans that are interested in receiving user management request events. CMBUserManagement implements this interface.

Since:
6.1
See Also:
CMBUserRequestEvent, CMBUserManagement

Method Summary
 void onCMBUserRequest(CMBUserRequestEvent evt)
          Event service method.
 

Method Detail

onCMBUserRequest

public void onCMBUserRequest(CMBUserRequestEvent evt)
Event service method.

EIP JavaBeans

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