org.apache.wicket.util.watch
Class ModificationWatcher.Entry

java.lang.Object
  extended by org.apache.wicket.util.watch.ModificationWatcher.Entry
Enclosing class:
ModificationWatcher

protected static final class ModificationWatcher.Entry
extends Object

Container class for holding modifiable entries to watch.


Field Summary
 Time lastModifiedTime
           
 ChangeListenerSet listeners
           
 IModifiable modifiable
           
 
Constructor Summary
protected ModificationWatcher.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastModifiedTime

public Time lastModifiedTime

listeners

public final ChangeListenerSet listeners

modifiable

public IModifiable modifiable
Constructor Detail

ModificationWatcher.Entry

protected ModificationWatcher.Entry()


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.