opencard.core.event
Interface CTListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CardServiceScheduler

public 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 $
Author:
Dirk Husemann (hud@zurich.ibm.com), Stephan Breideneich (sbreiden@de.ibm.com)
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

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

Throws:
CardTerminalException

cardRemoved

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

Throws:
CardTerminalException