org.eclipse.cdt.make.core
Class MakeTargetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.cdt.make.core.MakeTargetEvent
All Implemented Interfaces:
java.io.Serializable

public class MakeTargetEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int PROJECT_ADDED
           
static int PROJECT_REMOVED
           
static int TARGET_ADD
           
static int TARGET_CHANGED
           
static int TARGET_REMOVED
           
 
Constructor Summary
MakeTargetEvent(java.lang.Object source, int type, IMakeTarget target)
           
MakeTargetEvent(java.lang.Object source, int type, org.eclipse.core.resources.IProject project)
           
 
Method Summary
 IMakeTarget getTarget()
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TARGET_ADD

public static final int TARGET_ADD
See Also:
Constant Field Values

TARGET_CHANGED

public static final int TARGET_CHANGED
See Also:
Constant Field Values

TARGET_REMOVED

public static final int TARGET_REMOVED
See Also:
Constant Field Values

PROJECT_ADDED

public static final int PROJECT_ADDED
See Also:
Constant Field Values

PROJECT_REMOVED

public static final int PROJECT_REMOVED
See Also:
Constant Field Values
Constructor Detail

MakeTargetEvent

public MakeTargetEvent(java.lang.Object source,
                       int type,
                       IMakeTarget target)
Parameters:
source -

MakeTargetEvent

public MakeTargetEvent(java.lang.Object source,
                       int type,
                       org.eclipse.core.resources.IProject project)
Method Detail

getType

public int getType()

getTarget

public IMakeTarget getTarget()