Class GameEventEntry
java.lang.Object
games.stendhal.tools.loganalyser.gameevents.GameEventEntry
represents an entry of the gameEvent table.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GameEventEntry
public GameEventEntry(String id, String timestamp, String source, String event, String param1, String param2)Creates a new GameEventEntry.- Parameters:
id
- itemid id of the itemtimestamp
- timestampsource
- name of playerevent
- name of eventparam1
- additional param1param2
- additional param2
-
-
Method Details