Class WatcherEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WatcherAddedEvent, WatcherRemovedEvent

@TransactionAware public abstract class WatcherEvent extends ApplicationEvent
See Also:
  • Constructor Details

    • WatcherEvent

      protected WatcherEvent(@Nonnull Object source, @Nonnull Watcher watcher)
  • Method Details

    • getWatcher

      @Nonnull public Watcher getWatcher()