wonderly.jeaprs.aprs
Class EventObject

java.lang.Object
  |
  +--wonderly.jeaprs.aprs.EventObject
Direct Known Subclasses:
APRSStatusEvent, WhizWheelEvent

public class EventObject
extends java.lang.Object

This class recreates the java.util.EventObject classes basics for use in J2ME where this class is not defined.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

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

Constructor Detail

EventObject

public EventObject(java.lang.Object source)