toroidwars.interfaces
Interface LogInfo

All Superinterfaces:
java.lang.Comparable

public interface LogInfo
extends java.lang.Comparable

Holds the action parts for the log

Author:
Maximillian Dupenois, Kent McClymont

Method Summary
 LoggableAction getAction()
           
 long getTimestamp()
           
 int getTurn()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTimestamp

long getTimestamp()
Returns:
timestamp at which the log item was added

getTurn

int getTurn()
Returns:
turn log item was added at

getAction

LoggableAction getAction()
Returns:
action performed for this item