Class OpenCardEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CardTerminalEvent

    public class OpenCardEvent
    extends java.util.EventObject
    Observable events of the OpenCard framework. This is the super class of all event types in the framework.
    Author:
    Dirk Husemann (hud@zurich.ibm.com), Mike Wendler (mwendler@de.ibm.com)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int id  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenCardEvent​(java.lang.Object source, int anId)
      Constructs an object of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Gets a printable representation of this object.
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • id

        protected int id
    • Constructor Detail

      • OpenCardEvent

        public OpenCardEvent​(java.lang.Object source,
                             int anId)
        Constructs an object of this class.
        Parameters:
        source - the object that created this event
        anId - numerical value giving more information about the nature of this event
    • Method Detail

      • toString

        public java.lang.String toString()
        Gets a printable representation of this object.
        Overrides:
        toString in class java.util.EventObject
        Returns:
        a String representation of this object.