org.atmosphere.util.analytics
Class FocusPoint

java.lang.Object
  extended by org.atmosphere.util.analytics.FocusPoint

public class FocusPoint
extends Object

Fork of https://code.google.com/p/jgoogleanalytics/ Focus point of the application. It can represent data points like application load, application module load, user actions, error events etc.

Version:
: 0.1
Author:
: Siddique Hameed

Constructor Summary
FocusPoint(String name)
           
FocusPoint(String name, FocusPoint parentFocusPoint)
           
 
Method Summary
 String getContentTitle()
           
 String getContentURI()
           
 String getName()
           
 FocusPoint getParentFocusPoint()
           
 void setParentTrackPoint(FocusPoint parentFocusPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusPoint

public FocusPoint(String name)

FocusPoint

public FocusPoint(String name,
                  FocusPoint parentFocusPoint)
Method Detail

getName

public String getName()

setParentTrackPoint

public void setParentTrackPoint(FocusPoint parentFocusPoint)

getParentFocusPoint

public FocusPoint getParentFocusPoint()

getContentURI

public String getContentURI()

getContentTitle

public String getContentTitle()


Copyright © 2014. All Rights Reserved.