storyworld
Class ConsequenceMarkerIncrease

java.lang.Object
  extended by storyworld.ConsequenceMarkerIncrease
All Implemented Interfaces:
Consequence

public class ConsequenceMarkerIncrease
extends Object
implements Consequence


Field Summary
(package private)  int increase
           
(package private)  Marker marker
           
 
Constructor Summary
ConsequenceMarkerIncrease(Marker m, int i)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

increase

int increase

marker

Marker marker
Constructor Detail

ConsequenceMarkerIncrease

public ConsequenceMarkerIncrease(Marker m,
                                 int i)
Method Detail

execute

public void execute()
Specified by:
execute in interface Consequence