Class ContactChangeEvent

java.lang.Object
java.util.EventObject
com.portal.app.cc.event.ContactChangeEvent
All Implemented Interfaces:
Serializable

public class ContactChangeEvent extends EventObject
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:
  • Constructor Details

    • ContactChangeEvent

      public ContactChangeEvent(Object source)
      Constructs a ContactChangeEvent object with a default index of 1 (BILLING).
      Parameters:
      source - the Object that is the source of the event (typically this)
    • ContactChangeEvent

      public ContactChangeEvent(Object source, int index)
      Constructs a ContactChangeEvent object.
      Parameters:
      source - the Object that is the source of the event (typically this)
      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