|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsky.common.session.BaseEvent
Base implimentation of the Event interface.
$RCSfile: BaseEvent.java,v $
$Revision: 1.2 $, $Date: 2005/04/24 03:14:00 $
| Field Summary | |
protected java.lang.String |
_place
URL or location at which this event occured. |
protected long |
_time
Time at which this event occured. |
| Constructor Summary | |
BaseEvent(long time,
java.lang.String place)
Constructor |
|
| Method Summary | |
java.lang.String |
getPlace()
Get URL or location at which this event occured. |
long |
getTime()
Get time at which this event occured. |
java.lang.String |
toString()
Convert this event into string form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected long _time
protected java.lang.String _place
| Constructor Detail |
public BaseEvent(long time,
java.lang.String place)
time - time at which event occuredplace - URL or location at which this event occured.| Method Detail |
public long getTime()
getTime in interface Eventpublic java.lang.String getPlace()
getPlace in interface Eventpublic java.lang.String toString()
toString in interface Event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||