public class ContactChangeEvent extends EventObject
source
Constructor and Description |
---|
ContactChangeEvent(Object source)
Constructs a ContactChangeEvent object with a default index of 1
(BILLING).
|
ContactChangeEvent(Object source,
int index)
Constructs a ContactChangeEvent object.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Retrieves the contact (array) index that changed
|
getSource, toString
public ContactChangeEvent(Object source)
source
- the Object that is the source of the event
(typically this
)public ContactChangeEvent(Object source, int index)
source
- the Object that is the source of the event
(typically this
)type
- the contact index that changedCopyright © 2003, 2023, Oracle and/or its affiliates.