com.sun.electric.tool.user
Interface Exec.OutputStreamCheckerListener

Enclosing class:
Exec

public static interface Exec.OutputStreamCheckerListener

Interface for objects to be notified immediately when OutputStreamChecker matches when it is looking for.


Method Summary
 void matchFound(Exec exec, java.lang.String matched)
           
 

Method Detail

matchFound

void matchFound(Exec exec,
                java.lang.String matched)