WebcamServiceListener.java :  » Sound-Audio-Voice » androidwebcam » edu » colstate » cs » webcam » Android Open Source

Android Open Source » Sound Audio Voice » androidwebcam 
androidwebcam » edu » colstate » cs » webcam » WebcamServiceListener.java
package edu.colstate.cs.webcam;

import org.jivesoftware.smack.packet.Message;
import org.jivesoftware.smackx.packet.Jingle;

public interface WebcamServiceListener {
    public void notifyFriendListChanged();
    public void notifyMessageReceived(Message msg);
    
  public void receiveCallRequest(Jingle jingle);
  public void callEstablished(Jingle jingle);
  public void receiveAudioData(byte audioData[], int bufLen);


}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.