List of usage examples for org.apache.wicket.util.watch IModificationWatcher interface-usage
From source file com.kenai.wicketgae.web.watcher.GaeModificationWatcher.java
/**
* This is a mod of {@link ModificationWatcher}.
* <p>
* Wicket's ModificationWatcher spawns threads which is not allowed on App
* Engine. So we place our own implementation at the same location in the
* classpath. This implementation does not use a thread. Instead this watcher
From source file com.servoy.j2db.server.headlessclient.ServoyModificationWatcher.java
/**
* Monitors one or more <code>IModifiable</code> objects, calling a {@link IChangeListener
* IChangeListener} when a given object's modification time changes.
*
* @author jcompagner
* @since 5.2