de.unifreiburg.twodeedoo.view
Interface IActivity

All Superinterfaces:
IKeyHandler, ISchedulable
All Known Implementing Classes:
CompositeActor, NullActivity, WorldAdapter

public interface IActivity
extends ISchedulable, IKeyHandler

I'm a toplevel schedulable.


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
 int minimalTimeSlice()
          Do not call me more often than with this many ms between two runs.
 
Methods inherited from interface de.unifreiburg.twodeedoo.view.ISchedulable
run
 
Methods inherited from interface de.unifreiburg.twodeedoo.view.IKeyHandler
keyPressed, keyReleased
 

Method Detail

minimalTimeSlice

int minimalTimeSlice()
Do not call me more often than with this many ms between two runs.

Returns:
millisecond delay