at.ac.tuwien.cs.ztimeview.time
Interface Event

All Superinterfaces:
Timed

public interface Event
extends Timed

Interface for objects representing an event (occuring at one point in time)

Version:
0.1 created: 2003-03-18 last change: 2003-03-18
Author:
Wolfgang Aigner

Method Summary
 java.util.Date getTime()
          Get the instant of the event
 void setTime(java.util.Date instant)
          Set the instant of the event
 

Method Detail

setTime

public void setTime(java.util.Date instant)
Set the instant of the event

Parameters:
instant - time of event

getTime

public java.util.Date getTime()
Get the instant of the event

Returns:
time of event


Copyright © 2004 by Vienna University of Technology.