org.oddjob.scheduling
Interface Outcome

All Known Subinterfaces:
LoosingOutcome, WinningOutcome

public interface Outcome

The Outcome of attempting to grab something from a Keeper.

Author:
rob

Method Summary
 String getWinner()
          The identifier of the winner
 boolean isWon()
          Has this grab won.
 

Method Detail

isWon

boolean isWon()
Has this grab won.

Returns:

getWinner

String getWinner()
The identifier of the winner

Returns:
The identifier. Never null.