Skip navigation links
com.essbase.eas.essbase.defs.event
Class GroupEvent
java.lang.Object
java.util.EventObject
com.essbase.eas.essbase.defs.event.EssbaseEvent
com.essbase.eas.essbase.defs.event.GroupEvent
- All Implemented Interfaces:
- java.io.Serializable
-
public class GroupEvent
- extends EssbaseEvent
An event that indicates actions taken on a Group object. Group events are provided for notification purposes only after the event has been processed by an Essbase server.
- Version:
- 1.00, 04/03/2001
- Author:
- Namita Varma
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GROUP_RENAMED
public static final int GROUP_RENAMED
-
- See Also:
- Constant Field Values
GroupEvent
public GroupEvent(Group source,
int id)
GroupEvent
public GroupEvent(Group source,
int id,
java.lang.Object aux)
getGroup
public Group getGroup()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.