|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VoiceMailListener
Listener interface for the VoiceMail object.
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 |
---|
void voiceMailReceived(VoiceMail receivedVoiceMail) throws SkypeException
receivedVoiceMail
- the received voice mail
SkypeException
- if a connection is badvoid voiceMailMade(VoiceMail madeVoiceMail) throws SkypeException
madeVoiceMail
- the made voice mail
SkypeException
- if the connection is bad.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |