JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
votorola.a.diff.harvest.kick
Interface KickReceiver
All Known Implementing Classes:
PipermailHarvester.MyKickReceiver
public interface
KickReceiver
Implement this in any harvester and register it here to receive kicks.
Method Summary
Methods
Modifier and Type
Method and Description
void
handle
(
Kick
kick)
Is called on
Kicker.broadcast(Kick)
.
Method Detail
handle
void
handle
(
Kick
kick)
Is called on
Kicker.broadcast(Kick)
. Don't do any processing in this routine, because it is executed by the Kicker (dispatcher). Basically you only want to decide whether the Kick is interesting and schedule an action accordingly.
Parameters:
kick
- The kick-event that happened.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method