org.specrunner.context
Interface IDestructable


public interface IDestructable

Something that can be destroyed.

Author:
Thiago Santos

Method Summary
 void destroy()
          Destroy object.
 Object getObject()
          The wrapped object.
 

Method Detail

getObject

Object getObject()
The wrapped object.

Returns:
The object.

destroy

void destroy()
Destroy object.



Copyright © 2015. All rights reserved.