org.specrunner.listeners.core
Class ContextListenerDestroyer
java.lang.Object
org.specrunner.listeners.core.AbstractContextListener
org.specrunner.listeners.core.ContextListenerDestroyer
- All Implemented Interfaces:
- IContextListener, ISpecRunnerListener
public class ContextListenerDestroyer
- extends AbstractContextListener
Populator listener.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextListenerDestroyer
public ContextListenerDestroyer()
getName
public String getName()
- Description copied from interface:
ISpecRunnerListener
- The listener name. Used to distinguish between different listeners.
- Returns:
- The listener name.
reset
public void reset()
- Description copied from interface:
ISpecRunnerListener
- Reset listener state.
onDestroy
public void onDestroy(IContext context)
- Description copied from interface:
IContextListener
- A context destruction.
- Specified by:
onDestroy in interface IContextListener- Overrides:
onDestroy in class AbstractContextListener
- Parameters:
context - A block.
Copyright © 2015. All rights reserved.