org.jogre.client.awt
Class JAvailableSeats.AvailableSeat

java.lang.Object
  extended byorg.jogre.client.awt.JAvailableSeats.AvailableSeat
Enclosing class:
JAvailableSeats

public class JAvailableSeats.AvailableSeat
extends Object

Declare a little inner class to show the available players.


Constructor Summary
JAvailableSeats.AvailableSeat(int index)
          Constructor.
 
Method Summary
 int getIndex()
          Return index of available seat.
 String toString()
          Convert to String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAvailableSeats.AvailableSeat

public JAvailableSeats.AvailableSeat(int index)
Constructor.

Parameters:
index - Index of available seat.
Method Detail

getIndex

public int getIndex()
Return index of available seat.

Returns:
Index of available seat.

toString

public String toString()
Convert to String.

See Also:
Object.toString()