org.jvoicexml.event
Interface EventObserver

All Known Subinterfaces:
EventHandler
All Known Implementing Classes:
JVoiceXmlEventHandler

public interface EventObserver

Event observer to catch events generated from the ImplementationPlatform.

Since:
0.5
Version:
$Revision: 149 $
Author:
Dirk Schnelle
See Also:

Copyright © 2006 JVoiceXML group - http://jvoicexml.sourceforge.net/


Method Summary
 void notifyEvent(JVoiceXMLEvent event)
          Notification about an event in the implementation platform.
 

Method Detail

notifyEvent

void notifyEvent(JVoiceXMLEvent event)
Notification about an event in the implementation platform.

Parameters:
event - The event.


Copyright © 2005-2007 JVoiceXML group.