class documentation
class CardConnectionObserver(Observer):
Known subclasses: smartcard.CardConnectionObserver.ConsoleCardConnectionObserver, smartcard.wx.APDUTracerPanel.APDUTracerPanel
CardConnectionObserver is a base class for objects that are to be notified upon CardConnection events.
| Method | update |
Called upon CardConnection event. |
overrides
smartcard.Observer.Observer.updateoverridden in
smartcard.CardConnectionObserver.ConsoleCardConnectionObserver, smartcard.wx.APDUTracerPanel.APDUTracerPanelCalled upon CardConnection event.
| Parameters | |
| observable | the observed card connection object |
| handlers | the CardConnectionEvent sent by the connection |