public abstract class AbstractContext extends Object implements Context
| Constructor and Description |
|---|
AbstractContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContextListener(Class<?> type,
ContextListener listener) |
protected void |
fireContextEvent(Class<?> type) |
protected Map<Class<?>,List<ContextListener>> |
getListeners() |
void |
removeContextListener(Class<?> type,
ContextListener listener) |
public void addContextListener(Class<?> type, ContextListener listener)
addContextListener in interface Contextpublic void removeContextListener(Class<?> type, ContextListener listener)
removeContextListener in interface Contextprotected void fireContextEvent(Class<?> type)
protected Map<Class<?>,List<ContextListener>> getListeners()
Copyright © 2012-2013 Drombler. All Rights Reserved.