Skip navigation links
com.essbase.eas.essbase.defs.event
Interface GroupListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ESourceAdapter, GroupAdapter
-
public interface GroupListener
- extends java.util.EventListener
The listener interface for receiving user events. The class that is interested in processing a Group event either implements this interface (and all the methods it contains) or extends the abstract GroupAdapter class (overriding only the methods of interest). The listener object created from that class is then registered with a Group object using the component's addGroupListener method. When the Group is renamed the relevant method in the listener object is invoked, and the GroupEvent is passed to it.
- Version:
- 1.00, 04/06/2001
- Author:
- Namita Varma
- See Also:
GroupAdapter, GroupListener, DefaultGroup
groupRenamed
void groupRenamed(GroupEvent e)
- Invoked when a Group is renamed.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.