001package votorola.a.diff.harvest.kick;// Copyright 2012. Christian Weilbach.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Votorola Software")
002
003/**
004 * The typical kick receiver is a harvester. On receiving a kick, the harvester
005 * schedules a harvest job in which newly added messages are read from the forum
006 * archive and stored in the cache.
007 * 
008 * @see Kicker
009 */
010public interface Kick {
011
012}