Uses of Class
javax.xml.bind.Unmarshaller.Listener

Uses of Unmarshaller.Listener in javax.xml.bind
 

Methods in javax.xml.bind that return Unmarshaller.Listener
 Unmarshaller.Listener Unmarshaller.getListener()
          Return Unmarshaller.Listener registered with this Unmarshaller.
 

Methods in javax.xml.bind with parameters of type Unmarshaller.Listener
 void Unmarshaller.setListener(Unmarshaller.Listener listener)
           Register unmarshal event callback Unmarshaller.Listener with this Unmarshaller.