Class Ringmaster

java.lang.Object
  |
  +--Ringmaster

public class Ringmaster
extends java.lang.Object

This is the main class of a simple Java program. In this initial implementation, it just creates a few new objects based on the Acrobat class, then leads a brief performance.


Constructor Summary
Ringmaster()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Create some new Acrobats, then ask them to do various things for us.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ringmaster

public Ringmaster()
Method Detail

main

public static void main(java.lang.String[] arg)
Create some new Acrobats, then ask them to do various things for us.

Parameters:
arg - String array of use supplied command line arguments. Arguments are ignored in this implementation.