com.cysols.iodef.analysis
Interface Event

All Known Implementing Classes:
Alert, Packet

public interface Event

This is an interface of the event, which is a target to be aggregated through analyzing.


Method Summary
 String getSrcIPAddr()
          Returns source address of this event.
 long getTimestamp()
          Returns the timestamp of this event.
 

Method Detail

getTimestamp

long getTimestamp()
Returns the timestamp of this event.

Returns:
time milliseconds.

getSrcIPAddr

String getSrcIPAddr()
Returns source address of this event.

Returns:
source address.