1: package com.dwipal; 2: 3: public interface DwMibParserInterface { 4: void newMibParseToken(DwSnmpMibRecord rec); 5: 6: void parseMibError(String s); 7: }