rle.core.board.item
Interface ItemFinisher

All Superinterfaces:
PlugIn
All Known Implementing Classes:
SimpleItemFinisher

public interface ItemFinisher
extends PlugIn

An interface for classes which "put the finishing touches" on an Item.


Method Summary
 void finish(Item item)
           
 
Methods inherited from interface rle.core.vm.PlugIn
config, getContext, paramMap, setConfig, setParameters
 

Method Detail

finish

void finish(Item item)