com.atlassian.crowd.event.monitor
Class MonitorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.crowd.event.monitor.MonitorEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MonitorErrorEvent, PollerEvent

public abstract class MonitorEvent
extends com.atlassian.event.Event

A notification event pertaining to a monitor's execution. It is not directly relevant remote directory mutations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected MonitorEvent(DirectoryMonitor source, long directoryID)
           
 
Method Summary
 long getDirectoryID()
           
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorEvent

protected MonitorEvent(DirectoryMonitor source,
                       long directoryID)
Method Detail

getDirectoryID

public long getDirectoryID()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.