opencard.core.event
Interface CTListener
- All Known Implementing Classes:
- GetSmartCard, InsertCard, InsertRemoveCard, RemoveCard, SignatureCard, CardServiceScheduler, CardEvent, WaitForCard, InitCard
- public abstract interface CTListener
- extends java.util.EventListener
The listener interface for receiving CardTerminalEvents.
- Version:
- $Id: CTListener.java,v 1.1.1.1 1999/10/05 15:34:31 damke Exp $
- See Also:
CardTerminalEvent
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.
|