spill
Class AbstraktGrensesnitt

java.lang.Object
  extended by spill.AbstraktGrensesnitt
All Implemented Interfaces:
IGrensesnitt
Direct Known Subclasses:
SpillSwingGrensesnitt, SpillTekstGrensesnitt

public abstract class AbstraktGrensesnitt
extends java.lang.Object
implements IGrensesnitt


Constructor Summary
AbstraktGrensesnitt()
           
 
Method Summary
 void brikkeBleSluppet()
           
 void kjørSpillLøkke()
           
 void settBrett(Spillebrett brett)
           
 void spillEndteUavgjort()
           
 void spillerHarVunnet(IBrikkeIdentitet brikke)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstraktGrensesnitt

public AbstraktGrensesnitt()
Method Detail

settBrett

public void settBrett(Spillebrett brett)
Specified by:
settBrett in interface IGrensesnitt

brikkeBleSluppet

public void brikkeBleSluppet()
Specified by:
brikkeBleSluppet in interface IGrensesnitt

spillEndteUavgjort

public void spillEndteUavgjort()
Specified by:
spillEndteUavgjort in interface IGrensesnitt

spillerHarVunnet

public void spillerHarVunnet(IBrikkeIdentitet brikke)
Specified by:
spillerHarVunnet in interface IGrensesnitt

kjørSpillLøkke

public void kjørSpillLøkke()