com.tonbeller.jpivot.tags
Class Log4jStateLogger

java.lang.Object
  extended by com.tonbeller.jpivot.tags.Log4jStateLogger
All Implemented Interfaces:
StateLogger
Direct Known Subclasses:
TestStateLogger

public class Log4jStateLogger
extends java.lang.Object
implements StateLogger


Constructor Summary
Log4jStateLogger()
           
 
Method Summary
 void destroy(StateManager.State s)
           
 void error(java.lang.String msg)
           
 void hide(StateManager.State s)
           
 void initialize(StateManager.State s)
           
 void show(StateManager.State s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jStateLogger

public Log4jStateLogger()
Method Detail

initialize

public void initialize(StateManager.State s)
Specified by:
initialize in interface StateLogger

destroy

public void destroy(StateManager.State s)
Specified by:
destroy in interface StateLogger

show

public void show(StateManager.State s)
Specified by:
show in interface StateLogger

hide

public void hide(StateManager.State s)
Specified by:
hide in interface StateLogger

error

public void error(java.lang.String msg)
Specified by:
error in interface StateLogger