sam.event
Class FileEventNotifier.NotificationType

java.lang.Object
  |
  +--sam.event.FileEventNotifier.NotificationType
Enclosing class:
FileEventNotifier

public abstract static class FileEventNotifier.NotificationType
extends java.lang.Object

Class describing a notification type.


Constructor Summary
FileEventNotifier.NotificationType()
           
 
Method Summary
protected abstract  void notify(sam.event.FileEvent event, sam.event.FileEventListener listener)
          Notifies specified listener of specified event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEventNotifier.NotificationType

public FileEventNotifier.NotificationType()
Method Detail

notify

protected abstract void notify(sam.event.FileEvent event,
                               sam.event.FileEventListener listener)
Notifies specified listener of specified event.