Package org.gatein.wci
Interface WebAppListener
public interface WebAppListener
Defines the contract for listening web application events.
-
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
-