Skip navigation links

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

E17273-02


oracle.stellent.wcm.core.project
Class ProjectFileEvent

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

All Implemented Interfaces:
java.io.Serializable

public class ProjectFileEvent
extends EventContext

Event fire when a project file change occurs.

See Also:
Serialized Form

Nested Class Summary
static class ProjectFileEvent.Action
           

 

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ProjectFileEvent(java.lang.String eventName, java.lang.String siteID, ProjectFileEvent.Action action)
           

 

Method Summary
 ProjectFileEvent.Action getAction()
           
 java.lang.String getSiteID()
           

 

Methods inherited from class oracle.stellent.wcm.core.event.EventContext
getEventName, setEventName

 

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

ProjectFileEvent

public ProjectFileEvent(java.lang.String eventName,
                        java.lang.String siteID,
                        ProjectFileEvent.Action action)

Method Detail

getSiteID

public java.lang.String getSiteID()

getAction

public ProjectFileEvent.Action getAction()

Skip navigation links

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

E17273-02


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