-
Notifications
You must be signed in to change notification settings - Fork 1
/
Event.ctxt
23 lines (23 loc) · 1.16 KB
/
Event.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#BlueJ class context
comment0.target=Event
comment0.text=\n\ A\ class\ which\ represents\ an\ event\ and\ is\ used\ in\ the\ Timeline\ class\n
comment1.params=time\ type\ host
comment1.target=Event(int,\ int,\ int)
comment1.text=\n\ Initializing\ new\ event\ without\ packet.\ This\ will\ be\ used\ for\ sending\ events\n\ @param\ time\ time\ of\ event\n\ @param\ type\ type\ of\ event\n\ @param\ host\ where\ event\ is\ happening.\n
comment2.params=time\ type\ host\ pkt
comment2.target=Event(int,\ int,\ int,\ Packet)
comment2.text=\n\ Initializing\ new\ event\ with\ packet.\ This\ will\ be\ used\ for\ arriving\ events\n\ @param\ time\ time\ of\ event\n\ @param\ type\ type\ of\ event\n\ @param\ host\ where\ event\ is\ happening.\n\ @param\ pkt\ packet\ that\ is\ arriving.\n
comment3.params=
comment3.target=void\ killTimer()
comment3.text=\n\ Kills\ timer\ by\ simply\ setting\ its\ event\ type\ to\ KILLEDTIMER\n
comment4.params=
comment4.target=int\ getTime()
comment5.params=
comment5.target=int\ getType()
comment6.params=
comment6.target=int\ getHost()
comment7.params=
comment7.target=Packet\ getPacket()
comment8.params=e
comment8.target=int\ compareTo(Event)
numComments=9