opencard.core.event
Interface CTListener

All Known Implementing Classes:
CardServiceScheduler

public abstract interface CTListener
extends java.util.EventListener

The listener interface for receiving CardTerminalEvents.

See Also:
CardTerminalEvent

Method Summary
 void cardInserted(CardTerminalEvent ctEvent)
          Signal that smart card was inserted.
 void cardRemoved(CardTerminalEvent ctEvent)
          Signal that a smart card was removed.
 

Method Detail

cardInserted

public void cardInserted(CardTerminalEvent ctEvent)
                  throws CardTerminalException
Signal that smart card was inserted.

cardRemoved

public void cardRemoved(CardTerminalEvent ctEvent)
                 throws CardTerminalException
Signal that a smart card was removed.