Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.engine
Class ProfileEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.equinox.p2.engine.ProfileEvent
All Implemented Interfaces:
Serializable

public class ProfileEvent
extends EventObject

Since:
2.0
See Also:
Serialized Form
Restriction:
This class is not intended to be subclassed by clients.

Field Summary
static byte ADDED
           
static byte CHANGED
           
static byte REMOVED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProfileEvent(String profileId, byte reason)
           
 
Method Summary
 String getProfileId()
           
 byte getReason()
           
 
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
 

Field Detail

ADDED

public static final byte ADDED
See Also:
Constant Field Values

REMOVED

public static final byte REMOVED
See Also:
Constant Field Values

CHANGED

public static final byte CHANGED
See Also:
Constant Field Values
Constructor Detail

ProfileEvent

public ProfileEvent(String profileId,
                    byte reason)
Method Detail

getReason

public byte getReason()

getProfileId

public String getProfileId()

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.