RSE
Release 3.3

org.eclipse.rse.core
Interface IRSEInitListener


public interface IRSEInitListener

An IRSEInitListener will be invoked when the initialization of RSE reaches the completion of each phase.

Since:
org.eclipse.rse.core 3.0

Method Summary
 void phaseComplete(int phase)
           
 

Method Detail

phaseComplete

void phaseComplete(int phase)
Parameters:
phase - The phase of initialization that has completed.
See Also:
RSECorePlugin.INIT_MODEL, RSECorePlugin.INIT_ALL

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.