sunw.demo.transitional
Class ButtonPushEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--sunw.util.EventObject
              |
              +--sunw.demo.transitional.ButtonPushEvent

public class ButtonPushEvent
extends sunw.util.EventObject

JDK1.1 This class describes the event that gets generated when OurButton gets pushed.


Constructor Summary
ButtonPushEvent(java.awt.Component source)
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonPushEvent

public ButtonPushEvent(java.awt.Component source)