|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.media.ProcessorUtility
public class ProcessorUtility
A utility class that provides utility functions when working with processors.
| Constructor Summary | |
|---|---|
ProcessorUtility()
Default constructor, creates an instance of the of the Processor utility. |
|
| Method Summary | |
|---|---|
void |
controllerUpdate(javax.media.ControllerEvent ce)
This method is called when an event is generated by a Controller that this listener is registered with. |
boolean |
waitForState(javax.media.Processor processor,
int state)
Waits until processor enters state and returns a boolean indicating success or failure of the operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessorUtility()
| Method Detail |
|---|
public void controllerUpdate(javax.media.ControllerEvent ce)
Controller that this listener is registered with. We use
the event to notify all waiting on our lock and record success or
failure.
controllerUpdate in interface javax.media.ControllerListenerce - The event generated.
public boolean waitForState(javax.media.Processor processor,
int state)
processor - Processorstate - one of the Processor.XXXed state vars
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||