com.skype
Interface CallStatusChangedListener


public interface CallStatusChangedListener

Listener interface for CALL objects status changed events.

Author:
Koji Hisano.

Method Summary
 void statusChanged(Call.Status status)
          Called when the status of a CALL object changes.
 

Method Detail

statusChanged

void statusChanged(Call.Status status)
                   throws SkypeException
Called when the status of a CALL object changes.

Parameters:
status - the new status.
Throws:
SkypeException - when a connection is gone bad.


Copyright © 2004-2011. All Rights Reserved.