JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ballworld.model
Interface IBallCmd
public interface
IBallCmd
Interface that represents commands sent through the dispatcher to process the balls
Method Summary
Methods
Modifier and Type
Method and Description
void
apply
(
Ball
context)
The method run by the ball's update method which is called when the ball is updated by the dispatcher.
Method Detail
apply
void apply(
Ball
context)
The method run by the ball's update method which is called when the ball is updated by the dispatcher.
Parameters:
context
- The ball that is calling this method. The context under which the command is to be run.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method