sky.common.session
Interface Event

All Known Implementing Classes:
BaseEvent

public interface Event

An event identifies a perticular activity carried out by the end-user of a web application. Each activity occurs at a perticular time and place or url.

$RCSfile: Event.java,v $
$Revision: 1.2 $, $Date: 2005/04/24 03:14:00 $


Method Summary
 java.lang.String getPlace()
          Place or URL which was accessed or where this event occured.
 long getTime()
          Time that this event occured.
 java.lang.String toString()
          Convert this event to string format.
 

Method Detail

getTime

public long getTime()
Time that this event occured.

Returns:
time of event.

getPlace

public java.lang.String getPlace()
Place or URL which was accessed or where this event occured.

Returns:
URL or place description.

toString

public java.lang.String toString()
Convert this event to string format.

Returns:
string representation of the event.