Class Credential.CredentialChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Credential

    public static final class Credential.CredentialChangedEvent
    extends java.util.EventObject
    An event which indicates that one or more properties of this Credential have changed.
    Since:
    100.8.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Credential getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CredentialChangedEvent

        public CredentialChangedEvent​(Credential source)
        Creates a CredentialChangedEvent object.
        Parameters:
        source - the Credential that changed
        Since:
        100.8.0
    • Method Detail

      • getSource

        public Credential getSource()
        Overrides:
        getSource in class java.util.EventObject