com.smaxe.me.uv.client
Interface IMicrophone

All Known Implementing Classes:
AbstractMicrophone

public interface IMicrophone

IMicrophone - microphone.

Version:
1.1.10
Author:
Andrei Sochirca
See Also:
JUV RTMP Client (J2ME edition)

Nested Class Summary
static interface IMicrophone.IListener
          IListener - microphone listener.
static class IMicrophone.ListenerAdapter
          ListenerAdapter - IMicrophone.IListener adapter.
 
Method Summary
 void addListener(IMicrophone.IListener listener)
          Adds a new listener.
 void removeListener(IMicrophone.IListener listener)
          Removes the listener.
 

Method Detail

addListener

void addListener(IMicrophone.IListener listener)
Adds a new listener.

Parameters:
listener - listener to add

removeListener

void removeListener(IMicrophone.IListener listener)
Removes the listener.

Parameters:
listener - listener to remove