packageForL9L10
Class EventGeneratorExample

java.lang.Object
  extended by packageForL9L10.EventGeneratorExample

public class EventGeneratorExample
extends java.lang.Object


Constructor Summary
EventGeneratorExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          A very simple application that demonstrates the MVC architecture.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventGeneratorExample

public EventGeneratorExample()
Method Detail

main

public static void main(java.lang.String[] args)
A very simple application that demonstrates the MVC architecture. This app affords no interaction to speak of. Rather, any time an event occurs (mouse event, property change event, or component event), information about the event is printed to the console.

Parameters:
args -