explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent>

This commit is contained in:
Juergen Hoeller 2009-05-11 22:49:07 +00:00
parent 68deb43d8e
commit e78c6fc317
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.springframework.core.Ordered;
* @author Juergen Hoeller
* @since 3.0
*/
public interface SmartApplicationListener extends ApplicationListener, Ordered {
public interface SmartApplicationListener extends ApplicationListener<ApplicationEvent>, Ordered {
/**
* Determine whether this listener actually supports the given event type.