javax.xml.bind.util
Class ValidationEventCollector
java.lang.Object
javax.xml.bind.util.ValidationEventCollector
- All Implemented Interfaces:
- ValidationEventHandler
public class ValidationEventCollector
- extends Object
- implements ValidationEventHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationEventCollector
public ValidationEventCollector()
getEvents
public ValidationEvent[] getEvents()
handleEvent
public boolean handleEvent(ValidationEvent event)
- Specified by:
handleEvent
in interface ValidationEventHandler
hasEvents
public boolean hasEvents()
reset
public void reset()
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.