Package com.portal.app.cc.event
Class ContactChangeEvent
java.lang.Object
java.util.EventObject
com.portal.app.cc.event.ContactChangeEvent
- All Implemented Interfaces:
Serializable
The event broadcast when contact information changes in Customer Center
- Version:
- %version: 1 % %date_modified: Wed Feb 21 17:59:24 2001 %
- Author:
- kapono
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionContactChangeEvent
(Object source) Constructs a ContactChangeEvent object with a default index of 1 (BILLING).ContactChangeEvent
(Object source, int index) Constructs a ContactChangeEvent object. -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
Retrieves the contact (array) index that changedMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ContactChangeEvent
Constructs a ContactChangeEvent object with a default index of 1 (BILLING).- Parameters:
source
- the Object that is the source of the event (typicallythis
)
-
ContactChangeEvent
Constructs a ContactChangeEvent object.- Parameters:
source
- the Object that is the source of the event (typicallythis
)type
- the contact index that changed
-
-
Method Details
-
getIndex
public int getIndex()Retrieves the contact (array) index that changed- Returns:
- The array index of the contact information that changed
-