edu.uci.isr.yancees.core
Interface ParserListenerInterface


public interface ParserListenerInterface

Title: Yancees Notification Server

Description: Yet ANother Configurable Extensible Event Service

Copyright: Copyright (c) 2003

Company: School of Information and Computer Science - University of California, Irvine

Version:
1.0
Author:
Roberto Silveira Silva Filho

Method Summary
 void receiveParserNotification(GenericEvent evt)
           
 void receiveParserNotification(GenericEvent[] evtList)
           
 

Method Detail

receiveParserNotification

void receiveParserNotification(GenericEvent evt)
Parameters:
evt - is the Event generated as a result of the parsing and interpretation of the XML DOM structured initially provided by this listener.

receiveParserNotification

void receiveParserNotification(GenericEvent[] evtList)
Parameters:
evtList - is a list of Event objects generated as a result of the parsing and interpretationof the XML DOM structured initially provided by this listener.