Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core.runtime.events
Interface IRuntimeLifecycleListener


public interface IRuntimeLifecycleListener

Author:
Konstantin Komissarchik

Method Summary
 void handleEvent(IRuntimeLifecycleEvent event)
          This method is called by the framework to notify the listener that an event has occurred.
 

Method Detail

handleEvent

void handleEvent(IRuntimeLifecycleEvent event)
This method is called by the framework to notify the listener that an event has occurred.

It is highly advised that any listener that performs non-critical or long-running tasks that can be performed in the background (such as updating UI) do so asynchronously by spinning off a thread, scheduling a job, etc. This allows the original modification to complete faster resulting in better perceived responsiveness.

Parameters:
event - the object describing the event

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.