Skip navigation links

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

E17273-03


oracle.stellent.wcm.core.event
Class WcmEvent

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IdcFlushEvent, IdcProjectFileUpdateEvent, IdcResourceFlushEvent, IdcSingleContentUpdateEvent

public class WcmEvent
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
WcmEvent(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

WcmEvent

public WcmEvent(java.lang.String eventName)

Method Detail

setEventName

protected void setEventName(java.lang.String eventName)

getEventName

public java.lang.String getEventName()

Skip navigation links

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

E17273-03


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