i3mclient.communication
Interface SMGetPublicKeyListener

All Superinterfaces:
ServerMethodListener

public interface SMGetPublicKeyListener
extends ServerMethodListener

Asynchron call listener.

Author:
Dirk Plate

Method Summary
 void publicKeyReceived(PublicKey publicKey)
          Called if getPublicKey was successfull.
 
Methods inherited from interface i3mclient.communication.ServerMethodListener
i3mServerException
 

Method Detail

publicKeyReceived

public void publicKeyReceived(PublicKey publicKey)
Called if getPublicKey was successfull.

Parameters:
publicKey - The received public key (includes current sessionID)