|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.defs.event.GroupAdapter
public abstract class GroupAdapter
An abstract adapter class for receiving Group events. The methods in this class are empty. This class exists as convenience for creating listener objects. Extend this class to create a GroupEvent listener and override the methods for the events of interest. (If you implement the GroupListener interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you can only have to define methods for events you care about.) Create a listener object using your class and then register it with a Group using the Group's addGroupListener method. When the Group's name, the relevant method in the listener object is invoked, and the GroupEvent is passed to it.
| Constructor Summary | |
|---|---|
GroupAdapter() |
|
| Method Summary | |
|---|---|
void |
groupRenamed(GroupEvent e)Invoked when a Group is renamed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupAdapter()
| Method Detail |
|---|
public void groupRenamed(GroupEvent e)
groupRenamed in interface GroupListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||