org.mobicents.javax.media.mscontrol.mediagroup.signals.buffer
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)
           
 

Method Detail

patternMatches

void patternMatches(int index,
                    String s)

countMatches

void countMatches(String s)


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