org.apache.cocoon.woody.event
Class ProcessingPhaseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.cocoon.woody.event.WidgetEvent
          extended by org.apache.cocoon.woody.event.ProcessingPhaseEvent
All Implemented Interfaces:
Serializable

public class ProcessingPhaseEvent
extends WidgetEvent

Event raised when a form processing phase is finished.

Version:
CVS $Id: ProcessingPhaseEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProcessingPhaseEvent(Form form, ProcessingPhase phase)
           
 
Method Summary
 Form getForm()
           
 ProcessingPhase getPhase()
           
 
Methods inherited from class org.apache.cocoon.woody.event.WidgetEvent
getSourceWidget
 
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

ProcessingPhaseEvent

public ProcessingPhaseEvent(Form form,
                            ProcessingPhase phase)
Method Detail

getForm

public Form getForm()

getPhase

public ProcessingPhase getPhase()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.