public abstract class AbstractContextListener extends Object implements IContextListener
| Constructor and Description |
|---|
AbstractContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(IContext context)
A context creation.
|
void |
onDestroy(IContext context)
A context destruction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, resetpublic void onCreate(IContext context)
IContextListeneronCreate in interface IContextListenercontext - A context.public void onDestroy(IContext context)
IContextListeneronDestroy in interface IContextListenercontext - A block.Copyright © 2016. All rights reserved.