sam.event
Class EventNotifier

java.lang.Object
  |
  +--sam.event.EventNotifier

public class EventNotifier
extends java.lang.Object

Central event notifier.

See Also:
FileEventNotifier, ProgressEventNotifier

Constructor Summary
EventNotifier(sam.event.FileEventNotifier file, sam.event.ProgressEventNotifier progress)
          Builds a new event notifier.
 
Method Summary
 sam.event.FileEventNotifier file()
          Gets the FileEvent notifier
 sam.event.ProgressEventNotifier progress()
          The ProgressEvent notifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNotifier

public EventNotifier(sam.event.FileEventNotifier file,
                     sam.event.ProgressEventNotifier progress)
Builds a new event notifier.

Parameters:
file - the FileEvent notifier.
progress - the ProgressEvent notifier.
Method Detail

file

public sam.event.FileEventNotifier file()
Gets the FileEvent notifier


progress

public sam.event.ProgressEventNotifier progress()
The ProgressEvent notifier