zombie.interfaces
Interface IDestroyable

All Known Subinterfaces:
ITexture
All Known Implementing Classes:
Texture, TextureID

public interface IDestroyable

Author:
LEMMY

Method Summary
 void destroy()
          destory the object
 boolean isDestroyed()
          returns if the object is destryed or not
 

Method Detail

destroy

void destroy()
destory the object


isDestroyed

boolean isDestroyed()
returns if the object is destryed or not