KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > dwipal > DwMibParserInterface


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