QJCC homepage

biz.chitec.quarterback.gjsa
Interface ConnectionEncryptionPresentor


public interface ConnectionEncryptionPresentor

Interface for objects that want to be informed about the encryption state of a connection.

Version:
$Id: 41e0a663ca890ce32e964b19b6285b1341babdc7 $
Author:
Dirk Hillbrecht 2000, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Method Summary
 void connectionEncrypted()
          Called after connection has been switched to encrypted mode
 void connectionUnencrypted()
          Called after any (implicit) change to unencrypted mode
 

Method Detail

connectionEncrypted

public void connectionEncrypted()
Called after connection has been switched to encrypted mode


connectionUnencrypted

public void connectionUnencrypted()
Called after any (implicit) change to unencrypted mode


QJCC homepage