Class ModificationWatcher

java.lang.Object
org.apache.wicket.util.watch.ModificationWatcher
All Implemented Interfaces:
IModificationWatcher
Direct Known Subclasses:
Nio2ModificationWatcher

public class ModificationWatcher extends Object implements IModificationWatcher
Monitors one or more IModifiable objects, calling a IChangeListener when a given object's modification time changes.
Since:
1.2.6
Author:
Jonathan Locke
  • Constructor Details

    • ModificationWatcher

      Default constructor for two-phase construction.
    • ModificationWatcher

      public ModificationWatcher(Duration pollFrequency)
      Constructor that accepts a Duration argument representing the poll frequency.
      Parameters:
      pollFrequency - how often to check on IModifiables
  • Method Details