Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

org.eclipse.rwt.lifecycle
Class PhaseEvent


java.lang.Object
  extended by

java.util.EventObject
      extended by
org.eclipse.rwt.lifecycle.PhaseEvent
All Implemented Interfaces:
Serializable

public class PhaseEvent
extends EventObject

This event is sent to the PhaseListener before and after a lifecycle phase is executed.

The getSource() method returns an instance of type ILifeCycle.

This class is not intended to be instantiated by clients.

Since:
1.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util. EventObject
source
 
Constructor Summary
PhaseEvent ( ILifeCycle source, PhaseId phaseId)
          Creates a PhaseEvent for the given lifecycle with the given phaseId.
 
Method Summary
  PhaseId getPhaseId ()
          Returns the id of the phase that will be or was executed.
 
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

PhaseEvent

public PhaseEvent(
ILifeCycle source,
                  
PhaseId phaseId)

Creates a PhaseEvent for the given lifecycle with the given phaseId.

Parameters:
source - the lifecycle which causes this event
phaseId - the id of the phase that will be or was executed.
Method Detail

getPhaseId

public 
PhaseId getPhaseId()

Returns the id of the phase that will be or was executed.

Returns:
the PhaseId of this event

Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire