package 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") /** * The typical kick receiver is a harvester. On receiving a kick, the harvester * schedules a harvest job in which newly added messages are read from the forum * archive and stored in the cache. * * @see Kicker */ public interface Kick { }