to.etc.webapp.eventmanager
Interface AppEventListener<T extends AppEventBase>


public interface AppEventListener<T extends AppEventBase>

A listener for a specific type of event.

Author:
Frits Jalvingh Created on Sep 12, 2006

Method Summary
 void handleEvent(T obj)
           
 

Method Detail

handleEvent

void handleEvent(T obj)
                 throws java.lang.Exception
Throws:
java.lang.Exception