org.aspsimon.termcomp.session
Class SystemOutPrinter

java.lang.Object
  extended by org.aspsimon.termcomp.session.SystemOutPrinter
All Implemented Interfaces:
org.quartz.Job

public class SystemOutPrinter
extends java.lang.Object
implements org.quartz.Job


Constructor Summary
SystemOutPrinter()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOutPrinter

public SystemOutPrinter()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
Specified by:
execute in interface org.quartz.Job