se.unlogic.standardutils.callback
Class SysoutCallback<T>

java.lang.Object
  extended by se.unlogic.standardutils.callback.SysoutCallback<T>
All Implemented Interfaces:
Callback<T>

public class SysoutCallback<T>
extends Object
implements Callback<T>


Field Summary
protected  String prefix
           
protected  String suffix
           
 
Constructor Summary
SysoutCallback(String prefix, String suffix)
           
 
Method Summary
 void callback(T type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

suffix

protected String suffix
Constructor Detail

SysoutCallback

public SysoutCallback(String prefix,
                      String suffix)
Method Detail

callback

public void callback(T type)
Specified by:
callback in interface Callback<T>


Copyright © 2011. All Rights Reserved.