com.ibm.as400.access

Class ObjectEvent

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.as400.access.ObjectEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class ObjectEvent
    extends java.util.EventObject
    The ObjectEvent class represents an Object event.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      ObjectEvent(java.lang.Object source)
      Constructs an ObjectEvent object.
    • Method Summary

      • 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
    • Constructor Detail

      • ObjectEvent

        public ObjectEvent(java.lang.Object source)
        Constructs an ObjectEvent object. It uses the specified source.
        Parameters:
        source - The object where the event originated.