Uses of Interface
sky.common.session.Event

Packages that use Event
sky.common.session The SAF controller (SkyServlet.sky or SkyServlet.java) uses classes within this package to monitor and track end-user activity. 
 

Uses of Event in sky.common.session
 

Classes in sky.common.session that implement Event
 class BaseEvent
          Base implimentation of the Event interface.
 

Methods in sky.common.session with parameters of type Event
 void Tracker.track(java.lang.String id, java.lang.String ip, Event event)
           
 void Session.addEvent(Event event)
          Add an event to this session
 void BaseTracker.track(java.lang.String id, java.lang.String ip, Event event)
          Add an event to a perticular session.
 void BaseSession.addEvent(Event event)
          Add an event to this session