Interface ReaderEvent

  • All Superinterfaces:
    org.calypsonet.terminal.reader.CardReaderEvent

    @Deprecated
    public interface ReaderEvent
    extends org.calypsonet.terminal.reader.CardReaderEvent
    Deprecated.
    Use CardReaderEvent instead.
    All information about a change of card state within an ObservableReader.

    In the case of a card insertion, the responses received by the reader are included in the event.

    Since:
    2.0.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.calypsonet.terminal.reader.CardReaderEvent

        org.calypsonet.terminal.reader.CardReaderEvent.Type
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getPluginName()
      Deprecated.
      No longer supported.
      • Methods inherited from interface org.calypsonet.terminal.reader.CardReaderEvent

        getReaderName, getScheduledCardSelectionsResponse, getType
    • Method Detail

      • getPluginName

        @Deprecated
        java.lang.String getPluginName()
        Deprecated.
        No longer supported.
        Gets the name of the plugin from which the reader that generated the event comes from.
        Returns:
        A not empty string.
        Since:
        2.0.0