Package pal.misc

Class PalObjectEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class PalObjectEvent
    extends java.util.EventObject
    An event used by PalObjectListeners
    Version:
    $Id: PalObjectEvent.java,v 1.3 2002/12/05 04:27:28 matt Exp $
    Author:
    Matthew Goode
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Object NO_SOURCE  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasSource()  
      • 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
    • Field Detail

      • NO_SOURCE

        public static final java.lang.Object NO_SOURCE
    • Constructor Detail

      • PalObjectEvent

        public PalObjectEvent​(java.lang.Object source)
      • PalObjectEvent

        public PalObjectEvent()
    • Method Detail

      • hasSource

        public boolean hasSource()