ch.aplu.ftcontroller
Class CounterEvent

java.lang.Object
  extended by ch.aplu.ftcontroller.CounterEvent

public class CounterEvent
extends java.lang.Object

A class to retrieve event information when the CounterListener callbacks are fired.


Method Summary
 int getCount()
          Returns the current count when the count changed.
 int getCounterNb()
          Returns the counter number.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Returns the current count when the count changed.

Returns:
the current count

getCounterNb

public int getCounterNb()
Returns the counter number.

Returns:
the counter number (1 or 8)