public interface VoiceMailListener
| Modifier and Type | Method and Description |
|---|---|
void |
voiceMailMade(VoiceMail madeVoiceMail)
Called when a new voice mail is made.
|
void |
voiceMailReceived(VoiceMail receivedVoiceMail)
Called when a new voice mail is received.
|
void voiceMailReceived(VoiceMail receivedVoiceMail) throws SkypeException
receivedVoiceMail - the received voice mailSkypeException - if a connection is badvoid voiceMailMade(VoiceMail madeVoiceMail) throws SkypeException
madeVoiceMail - the made voice mailSkypeException - if the connection is bad.Copyright © 2013. All Rights Reserved.