Package org.gatein.wci
Interface WebAppListener
public interface WebAppListener
Defines the contract for listening web application events.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(WebAppEvent event) Signal a web application event to the listener.
-
Method Details
-
onEvent
Signal a web application event to the listener.- Parameters:
event- the web application event
-