Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


oracle.adfmf.feature
Interface LifeCycleListener


public interface LifeCycleListener

An interface extended by classes that want to be invoked as part of the feature life cycle. The feature life cycle consists of activation and deactivation.

NOTE:


Method Summary
 void activate()
          The activate method will be called when the feature is being displayed.
 void deactivate()
          The deactivate method will be called when a feature is being moved to the background or as part of the application shutdown/hibernation process.

 

Method Detail

activate

void activate()
The activate method will be called when the feature is being displayed.

NOTE: