Interface Election

All Superinterfaces:
MsgHandler
All Known Implementing Classes:
RingLeader

public interface Election
extends MsgHandler


Method Summary
 int getLeader()
           
 void startElection()
           
 
Methods inherited from interface MsgHandler
handleMsg, receiveMsg
 

Method Detail

startElection

public void startElection()

getLeader

public int getLeader()