Listing 11: HayesModemVisitor.java

public interface HayesModemVisitor
{
   public void visit(HayesModem m);
}
— End of Listing —