org.eclipse.cdt.internal.ui.buildconsole
Class ConsoleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.cdt.internal.ui.buildconsole.ConsoleEvent
All Implemented Interfaces:
java.io.Serializable, IBuildConsoleEvent

public class ConsoleEvent
extends java.util.EventObject
implements IBuildConsoleEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.cdt.ui.IBuildConsoleEvent
CONSOLE_CLOSE, CONSOLE_START
 
Constructor Summary
ConsoleEvent(java.lang.Object source, org.eclipse.core.resources.IProject project, int type)
           
 
Method Summary
 org.eclipse.core.resources.IProject getProject()
           
 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
 

Constructor Detail

ConsoleEvent

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

getProject

public org.eclipse.core.resources.IProject getProject()
Specified by:
getProject in interface IBuildConsoleEvent

getType

public int getType()
Specified by:
getType in interface IBuildConsoleEvent