public interface Context
| Modifier and Type | Method and Description |
|---|---|
void |
addContextListener(Class<?> type,
ContextListener listener) |
<T> T |
find(Class<T> type) |
<T> Collection<? extends T> |
findAll(Class<T> type) |
void |
removeContextListener(Class<?> type,
ContextListener listener) |
<T> T find(Class<T> type)
<T> Collection<? extends T> findAll(Class<T> type)
void addContextListener(Class<?> type, ContextListener listener)
void removeContextListener(Class<?> type, ContextListener listener)
Copyright © 2012-2013 Drombler. All Rights Reserved.