gishur.core
Interface SweepEvent

All Known Implementing Classes:
SweepTreeItem

public abstract interface SweepEvent
extends KeyValueHolder

An event interface for events belonging to Sweeps. Except for the key-value pair, a SweepEvent is able to store an ID.

Version:
1.0
Author:
Thomas Wolf

Fields inherited from class gishur.core.KeyValueHolder
SET_KEY, SET_VALUE
 
Method Summary
 int getID()
          Returns the ID of this event.
 
Methods inherited from interface gishur.core.KeyValueHolder
key, setKey, setValue, value
 

Method Detail

getID

public int getID()
Returns the ID of this event.
Returns:
the ID