TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Class ExecutionComponentStateChangeEvent

java.lang.Object
  extended byorg.eclipse.hyades.execution.core.ExecutionComponentStateChangeEvent

public class ExecutionComponentStateChangeEvent
extends java.lang.Object

Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html $Id: ExecutionComponentStateChangeEvent.java,v 1.2 2005/02/25 22:17:09 hleung Exp $ Contributors: IBM - Initial API and implementation


Constructor Summary
ExecutionComponentStateChangeEvent(IExecutionComponent comp, int state)
           
 
Method Summary
 IExecutionComponent getComponent()
           
 int getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionComponentStateChangeEvent

public ExecutionComponentStateChangeEvent(IExecutionComponent comp,
                                          int state)
Method Detail

getState

public int getState()

getComponent

public IExecutionComponent getComponent()

TPTP 4.4.0 Platform Project
Public API Specification