com.skype
Class AbstractVoiceMailListener
java.lang.Object
com.skype.AbstractVoiceMailListener
- All Implemented Interfaces:
- VoiceMailListener
public class AbstractVoiceMailListener
- extends Object
- implements VoiceMailListener
Empty implementation of VoiceMailListener to overide and use as a listener.
- Author:
- Koji Hisano
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVoiceMailListener
public AbstractVoiceMailListener()
voiceMailReceived
public void voiceMailReceived(VoiceMail receivedVoiceMail)
throws SkypeException
- Called when a new voice mail is received.
- Specified by:
voiceMailReceived in interface VoiceMailListener
- Parameters:
receivedVoiceMail - the received voice mail
- Throws:
SkypeException - if a connection is bad
voiceMailMade
public void voiceMailMade(VoiceMail madeVoiceMail)
throws SkypeException
- Called when a new voice mail is made.
- Specified by:
voiceMailMade in interface VoiceMailListener
- Parameters:
madeVoiceMail - the made voice mail
- Throws:
SkypeException - if the connection is bad.
Copyright © 2004-2011. All Rights Reserved.