wonderly.jeaprs.aprs
Class WhizWheelEvent

java.lang.Object
  |
  +--wonderly.jeaprs.aprs.EventObject
        |
        +--wonderly.jeaprs.aprs.WhizWheelEvent

public class WhizWheelEvent
extends EventObject

Events from a whizwheel object will come in this object

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

Constructor Summary
WhizWheelEvent(java.lang.Object source, int pos)
           
WhizWheelEvent(java.lang.Object source, int pos, int cnt, int cnt2)
           
 
Method Summary
 int getPosition()
           
 int getSelectCount()
           
 int getSelectCount2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhizWheelEvent

public WhizWheelEvent(java.lang.Object source,
                      int pos)

WhizWheelEvent

public WhizWheelEvent(java.lang.Object source,
                      int pos,
                      int cnt,
                      int cnt2)
Method Detail

getPosition

public int getPosition()

getSelectCount

public int getSelectCount()

getSelectCount2

public int getSelectCount2()