Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.core.event
Class EventContext

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.stellent.wcm.core.event.EventContext

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IdcContentEvent, IdcFlushEvent, IdcResourceFlushEvent, ProjectFileEvent, ProjectMonitorEvent, ShutdownEvent, StartupEvent

public class EventContext
extends java.util.EventObject

Event context. Note that the properties being set is dependent on the point of the code which the event happens (i.e. some properties may be null)

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
EventContext(java.lang.String eventName)
           

 

Method Summary
 java.lang.String getEventName()
           
protected  void setEventName(java.lang.String eventName)
           

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

EventContext

public EventContext(java.lang.String eventName)

Method Detail

setEventName

protected void setEventName(java.lang.String eventName)

getEventName

public java.lang.String getEventName()

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.