Skip navigation links
com.essbase.eas.essbase.defs.event
Interface UserListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ESourceAdapter, UserAdapter
-
public interface UserListener
- extends java.util.EventListener
The listener interface for receiving user events. The class that is interested in processing a User event either implements this interface (and all the methods it contains) or extends the abstract UserAdapter class (overriding only the methods of interest). The listener object created from that class is then registered with a User object using the component's addUserListener method. When the User is renamed the relevant method in the listener object is invoked, and the UserEvent is passed to it.
- Version:
- 1.00, 09/13/2000
- Author:
- Hank Cox
- See Also:
UserAdapter, UserListener, DefaultUser
userRenamed
void userRenamed(UserEvent e)
- Invoked when a User is renamed.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.