JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
rosequartz.ecb
Interface Behavior
All Superinterfaces:
Runnable
public interface
Behavior
extends
Runnable
An ECB Behavior. Behaviors act upon entities and their components. Each behavior should only do ONE SPECIFIC THING.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
run
()
Executes the behavior.
Method Details
run
void
run
()
Executes the behavior.
Specified by:
run
in interface
Runnable