removeParserMatchListener() public method

public removeParserMatchListener ( ParserMatchListener l ) : void
l ParserMatchListener
return void
Beispiel #1
0
 public virtual void  removeParserMatchListener(ParserMatchListener l)
 {
     eventSupport.removeParserMatchListener(l);
 }