mako5.evnt
Interface Controller
public interface Controller
An object that can be put into a group for real time operations such as
physics, rendering, and general logic updates.
This allows the system to check to see when the object needs to be removed,
so that it can be from these operations.
- Version:
- 07-Mar 2006
- Author:
- Paul Jarrett
Method Summary |
boolean |
needsRemoval()
Indicates that this object is targeted for complete removal by the
system. |
needsRemoval
boolean needsRemoval()
- Indicates that this object is targeted for complete removal by the
system.
- Since:
- 07-Mar 2006