org.atmosphere.util.analytics
Class FocusPoint
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FocusPoint
public FocusPoint(String name)
FocusPoint
public FocusPoint(String name,
FocusPoint parentFocusPoint)
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.