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