Class ReaderEvent

  • All Implemented Interfaces:
    Serializable

    public class ReaderEvent
    extends EventObject
    Signals that something has happened in a file reader. This class is primarily in place for future development when additional information may be passed to ReaderListeners.
    Author:
    Bradley A. Smith <bradley@baysmith.com>
    See Also:
    Serialized Form
    Source code:
    main
    Belongs to CDK module:
    io
    • Constructor Detail

      • ReaderEvent

        public ReaderEvent​(Object source)
        Creates a reader event.
        Parameters:
        source - the object on which the event initially occurred.