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 implementation, it creates a few new objects from classes that we know implement the Acrobat interface and then leads them in a brief performance.


Constructor Summary
Ringmaster()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Create some new objects from classes that implement the Acrobat interface, 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 objects from classes that implement the Acrobat interface, 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.