Uses of Class
org.hackystat.tickertape.tickerlingua.NotificationService

Packages that use NotificationService
org.hackystat.tickertape.tickerlingua Provides the TickerLingua definition language for this system. 
 

Uses of NotificationService in org.hackystat.tickertape.tickerlingua
 

Subclasses of NotificationService in org.hackystat.tickertape.tickerlingua
 class FacebookAccount
          Supports Facebook notification.
 class Nabaztag
          Supports Nabaztag notifications.
 class TwitterAccount
          Supports Twitter notifications.
 

Methods in org.hackystat.tickertape.tickerlingua that return types with arguments of type NotificationService
 java.util.List<NotificationService> Tickertape.getNotificationServices()
          The notification services for this notification.
 

Constructor parameters in org.hackystat.tickertape.tickerlingua with type arguments of type NotificationService
Tickertape(java.lang.String id, double intervalHours, boolean enabled, java.lang.String starttime, java.lang.String description, java.util.List<HackystatProject> projects, java.util.List<NotificationService> services, java.lang.Class<? extends Ticker> tickerClass, Properties tickerProperties)
          Creates and returns a new Tickertape instance, or throws a TickerLinguaException if the passed parameters are not valid.