@TransactionAware public abstract class

WatcherEvent

extends StashEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.watch.WatcherEvent
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
WatcherEvent(Object source, Watcher watcher)
Public Methods
@Nonnull Watcher getWatcher()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected WatcherEvent (Object source, Watcher watcher)

Public Methods

@Nonnull public Watcher getWatcher ()