| Package | Description | 
|---|---|
| com.lhkbob.entreri | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Component
 Component represents a grouping of reusable and related states that are added to an
  
Entity. | 
interface  | 
Entity
 An Entity represents a collection of Components within an EntitySystem. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Owner | 
Owner.notifyOwnershipGranted(Ownable obj)
Notify this Owner that it is now obj's owner. 
 | 
void | 
Owner.notifyOwnershipRevoked(Ownable obj)
 Notify this Owner that it is no longer obj's owner. 
 | 
Copyright © 2013. All Rights Reserved.