Package sam.event

Package grouping events handling.

See:
          Description

Interface Summary
ProgressEventListener Generic type of ProgressEvent listeners
 

Class Summary
ChecksumEvent  
EventNotifier Central event notifier.
FileEvent Event concerning file.
FileEventAdapter Trivial FileEvent listener that does nothing.
FileEventListener Generic type of FileEvent listeners
FileEventNotifier Class for dispatching FileEvent through registered FileEventListeners.
FileEventNotifier.NotificationType Class describing a notification type.
FileEventWriter Trivial FileEvent listener that reports all file events to a Writer
ProgressEvent Class summarizing informations about the current progress state.
ProgressEvent.Statistics Partial statistics
ProgressEventNotifier Class for dispatching ProgressEvent through registered ProgressEventListeners.
 

Package sam.event Description

Package grouping events handling.
It consists on the general file and progress events and their associated event handlers and notifiers.