com.skype
Class AbstractVoiceMailListener

java.lang.Object
  extended by 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

Constructor Summary
AbstractVoiceMailListener()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVoiceMailListener

public AbstractVoiceMailListener()
Method Detail

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.