org.eclipse.hyades.execution.core
Class ExecutionComponentStateChangeEvent
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionComponentStateChangeEvent
public ExecutionComponentStateChangeEvent(IExecutionComponent comp,
int state)
getState
public int getState()
getComponent
public IExecutionComponent getComponent()