Package opencard.core.event
Interface CTListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
CardConnectorDaemon,CardServiceScheduler,CardUpdaterDaemon
public interface CTListener extends java.util.EventListenerThe listener interface for receiving CardTerminalEvents.- Author:
- Dirk Husemann (hud@zurich.ibm.com), Stephan Breideneich (sbreiden@de.ibm.com)
- See Also:
CardTerminalEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcardInserted(CardTerminalEvent ctEvent)Signal that smart card was inserted.voidcardRemoved(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
-
-