org.jvnet.hk2.config
Class UnprocessedChangeEvent

java.lang.Object
  extended by org.jvnet.hk2.config.UnprocessedChangeEvent

public final class UnprocessedChangeEvent
extends Object

Carries the PropertyChangeEvent and the reason it could not be processed.


Constructor Summary
UnprocessedChangeEvent(PropertyChangeEvent event, String reason)
           
 
Method Summary
 PropertyChangeEvent getEvent()
           
 String getReason()
           
 long getWhen()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnprocessedChangeEvent

public UnprocessedChangeEvent(PropertyChangeEvent event,
                              String reason)
Method Detail

getReason

public String getReason()

getEvent

public PropertyChangeEvent getEvent()

getWhen

public long getWhen()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.