com.skype
Interface VoiceMailListener

All Known Implementing Classes:
AbstractVoiceMailListener

public interface VoiceMailListener

Listener interface for the VoiceMail object.

Author:
Koji Hisano.

Method Summary
 void voiceMailMade(VoiceMail madeVoiceMail)
          Called when a new voice mail is made.
 void voiceMailReceived(VoiceMail receivedVoiceMail)
          Called when a new voice mail is received.
 

Method Detail

voiceMailReceived

void voiceMailReceived(VoiceMail receivedVoiceMail)
                       throws SkypeException
Called when a new voice mail is received.

Parameters:
receivedVoiceMail - the received voice mail
Throws:
SkypeException - if a connection is bad

voiceMailMade

void voiceMailMade(VoiceMail madeVoiceMail)
                   throws SkypeException
Called when a new voice mail is made.

Parameters:
madeVoiceMail - the made voice mail
Throws:
SkypeException - if the connection is bad.


Copyright © 2004-2011. All Rights Reserved.