Nitido Inc.

com.nitido.nimbox.http.services.tracking
Class NiMTrackingService

java.lang.Object
  extended by com.nitido.nimbox.http.services.tracking.NiMTrackingService
Direct Known Subclasses:
FileTrackingService

public abstract class NiMTrackingService
extends java.lang.Object

This class provides the interfaces to be implemented by extenders of the class to track events.


Constructor Summary
NiMTrackingService()
           
 
Method Summary
abstract  void recordEvent(Entity entity, TrackingEvent event)
          This methods should keep a record of the given event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiMTrackingService

public NiMTrackingService()
Method Detail

recordEvent

public abstract void recordEvent(Entity entity,
                                 TrackingEvent event)
This methods should keep a record of the given event.

Parameters:
entity - Reference to the entity making the request.
event - Reference to the event being recorded.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.