org.androidpn.client
Class NotificationService.TaskTracker

java.lang.Object
  extended by org.androidpn.client.NotificationService.TaskTracker
Enclosing class:
NotificationService

public class NotificationService.TaskTracker
extends java.lang.Object

Class for monitoring the running task count.


Field Summary
 int count
           
 
Constructor Summary
NotificationService.TaskTracker(NotificationService notificationService)
           
 
Method Summary
 void decrease()
           
 void increase()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count
Constructor Detail

NotificationService.TaskTracker

public NotificationService.TaskTracker(NotificationService notificationService)
Method Detail

increase

public void increase()

decrease

public void decrease()