jaxg 0.1dev

org.xml.graphics
Interface XGEventListener

All Superinterfaces:
java.util.EventListener

public interface XGEventListener
extends java.util.EventListener

This interface is used by implementations to report any events happening during FO processing. Implementations are not required to generate events through this interface.

NOTE: This here is just an idea. Work in progress...

Author:
Jeremias Maerki

Method Summary
 void error(XGException e)
           
 void layoutProblem(XGEvent event)
           
 void notification(XGEvent event)
           
 void warning(XGException e)
           
 

Method Detail

error

void error(XGException e)

warning

void warning(XGException e)

notification

void notification(XGEvent event)

layoutProblem

void layoutProblem(XGEvent event)

jaxg 0.1dev

Copyright © 2004-2005 Jeremias Märki. All rights reserved.