org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.PopAction

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.PopAction
All Implemented Interfaces:
Runnable
Enclosing class:
PlebeianScriptRunner

final class PlebeianScriptRunner.PopAction
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
PlebeianScriptRunner.PopAction()
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlebeianScriptRunner.PopAction

PlebeianScriptRunner.PopAction()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()