com.ibm.xsp.application.events
Interface ApplicationListener2

All Superinterfaces:
ApplicationListener

public interface ApplicationListener2
extends ApplicationListener

ApplicationListener2 for handling application based event in the JSF application.

It extends the basic application listener by providing an applicationRefreshed method without breaking existing code.


Field Summary
 
Fields inherited from interface com.ibm.xsp.application.events.ApplicationListener
APPLICATION_LISTENER_SERVICE
 
Method Summary
 void applicationRefreshed(ApplicationEx application)
          Listen for when an application is refreshed
 
Methods inherited from interface com.ibm.xsp.application.events.ApplicationListener
applicationCreated, applicationDestroyed
 

Method Detail

applicationRefreshed

void applicationRefreshed(ApplicationEx application)
Listen for when an application is refreshed

Parameters:
{@link - com.ibm.xsp.application.ApplicationEx}