Package org.entityfs.util.obs.polling

The PollingDirectoryMonitorer and events that it can generate.

See:
          Description

Class Summary
ChildEntitiesAddedEvent This event is fired by the PollingDirectoryMonitorer when child entities have been added to a directory.
ChildEntitiesModifiedEvent This event is fired by the PollingDirectoryMonitorer when child entities in a directory have been modified in a way that have updated their last modification times.
ChildEntitiesRemovedEvent This event is fired by the PollingDirectoryMonitorer when child entities have been removed from a directory.
ChildEntitiesStabilizedEvent This event is fired by the PollingDirectoryMonitorer when new or modified child entities have been stabilized.
DirectoryViewPollingMonitorer Deprecated. This dummy class will be removed in a future release.
PollingDirectoryMonitorer This class polls a directory and generates events when it detects changes.
TimerTicker This is a ticker that uses a java.util.Timer to schedule polls.
 

Package org.entityfs.util.obs.polling Description

The PollingDirectoryMonitorer and events that it can generate.

Since:
1.0
Author:
Karl Gustafsson