org.mobicents.media.server.mgcp.pkg.au
Interface BufferListener


public interface BufferListener

Triggered by EventBuffer when one of the following conditions happens: - event sequence matches to one of the specified pattern; - the number of detected events reaches specified value.

Author:
kulikov

Method Summary
 void countMatches(String s)
           
 void patternMatches(int index, String s)
           
 boolean tone(String s)
           
 

Method Detail

tone

boolean tone(String s)

patternMatches

void patternMatches(int index,
                    String s)

countMatches

void countMatches(String s)


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.