Package org.gatein.wci
Interface WebAppListener
-
public interface WebAppListenerDefines the contract for listening web application events.- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(WebAppEvent event)Signal a web application event to the listener.
-
-
-
Method Detail
-
onEvent
void onEvent(WebAppEvent event)
Signal a web application event to the listener.- Parameters:
event- the web application event
-
-