javax.xml.bind.util
Class ValidationEventCollector

java.lang.Object
  extended by javax.xml.bind.util.ValidationEventCollector
All Implemented Interfaces:
ValidationEventHandler

public class ValidationEventCollector
extends Object
implements ValidationEventHandler


Constructor Summary
ValidationEventCollector()
           
 
Method Summary
 ValidationEvent[] getEvents()
           
 boolean handleEvent(ValidationEvent event)
           
 boolean hasEvents()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationEventCollector

public ValidationEventCollector()
Method Detail

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.