net.sf.juoserver.api
Interface ClientMovementTracker

All Known Implementing Classes:
ClientMovementTrackerImpl

public interface ClientMovementTracker

An object that keeps track of the client movements.


Method Summary
 int getExpectedSequence()
          Returns the currently expected sequence.
 void incrementExpectedSequence()
          Updates the next sequence number we expect from the client.
 

Method Detail

incrementExpectedSequence

void incrementExpectedSequence()
Updates the next sequence number we expect from the client.


getExpectedSequence

int getExpectedSequence()
Returns the currently expected sequence.

Returns:
the currently expected sequence


Copyright © 2010-2012. All Rights Reserved.