-
public interface ISuspend
- Author:
- Jeff Riggle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
animate()
Animates this class.void
suspend()
Suspends this class.
-
public interface ISuspend
Modifier and Type | Method | Description |
---|---|---|
void |
animate() |
Animates this class.
|
void |
suspend() |
Suspends this class.
|