java.lang.Object |
↳ |
java.util.EventObject |
|
↳ |
com.atlassian.bitbucket.event.cluster.ClusterNodeEvent |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A base class for events related to the cluster.
This class exists primarily to simplify writing event types. Plugins should not listen for this low-level base
class; they should listen for specific subclasses.
Cluster node events are not part of the ApplicationEvent
hierarchy. Most cluster
node events happen in response to system-level actions, like new nodes joining or existing nodes departing, rather than
happening in response to user actions, so they have their own hierarchy.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Methods |
@Nonnull
Date
|
getDate()
|
[Expand]
Inherited Methods |
From class
java.util.EventObject
Object
|
getSource()
|
String
|
toString()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
@Nonnull
public
Date
getDate
()
Returns
- the timestamp when the event was raised