|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActivity
A company contains actors and runs them.
Field Summary |
---|
Fields inherited from interface de.unifreiburg.twodeedoo.view.ISchedulable |
---|
NULL_OBJECT |
Fields inherited from interface de.unifreiburg.twodeedoo.view.IKeyHandler |
---|
NULL_OBJECT |
Method Summary | |
---|---|
void |
addActor(IActor a)
Add an actor |
void |
switchToActivity(IActivity otherActivity)
Replace this activity with another activity. |
Methods inherited from interface de.unifreiburg.twodeedoo.view.ISchedulable |
---|
run |
Methods inherited from interface de.unifreiburg.twodeedoo.view.IKeyHandler |
---|
keyPressed, keyReleased |
Method Detail |
---|
void addActor(IActor a)
a
- an actor that isn't yet in this IActivity
.void switchToActivity(IActivity otherActivity)
otherActivity
- another IActivity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |