rle.simple.board.item
Class SimpleItemFinisher

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.simple.board.item.SimpleItemFinisher
All Implemented Interfaces:
ItemFinisher, PlugIn

public class SimpleItemFinisher
extends PlugInBase
implements ItemFinisher

Implementation of ItemFinisher for use in SimpleGame.


Field Summary
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
SimpleItemFinisher()
           
 
Method Summary
 void finish(Item item)
           
 
Methods inherited from class rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setConfig, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rle.core.vm.PlugIn
config, getContext, paramMap, setConfig, setParameters
 

Constructor Detail

SimpleItemFinisher

public SimpleItemFinisher()
Method Detail

finish

public void finish(Item item)
Specified by:
finish in interface ItemFinisher