public class SimpleContext extends AbstractContext
| Constructor and Description |
|---|
SimpleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object obj) |
<T> T |
find(Class<T> type) |
<T> Collection<? extends T> |
findAll(Class<T> type) |
void |
remove(Object obj) |
addContextListener, fireContextEvent, getListeners, removeContextListenerpublic <T> T find(Class<T> type)
public <T> Collection<? extends T> findAll(Class<T> type)
public void add(Object obj)
public void remove(Object obj)
Copyright © 2012-2013 Drombler. All Rights Reserved.