org.demac.impl.event.parser
Class MainEventParser
java.lang.Object
org.demac.impl.event.parser.MainEventParser
public class MainEventParser
- extends java.lang.Object
TODO
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainEventParser
public MainEventParser()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
getInstance
public static MainEventParser getInstance()
throws ParserException
- Throws:
ParserException
parse
public Event parse(byte[] data)
throws ParserException
- Throws:
ParserException
registerEventParser
public void registerEventParser(EventHandle eh,
java.lang.Class cl)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException