bookExamples.ch12Nested.inner
Class Commando

java.lang.Object
  extended by bookExamples.ch12Nested.inner.Commando

public class Commando
extends java.lang.Object


Constructor Summary
Commando()
           
 
Method Summary
 void doit()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Commando

public Commando()
Method Detail

doit

public void doit()

main

public static void main(java.lang.String[] args)