org.springframework.context.event
Class ConsoleListener


public class ConsoleListener
implements ApplicationListener

Simple listener for debug use only that logs messages to the console.

Note: The ApplicationContext implementations included in the framework do quite heavy debug-level logging via Log4J, including published events. Thus, this listener isn't necessary for debug logging.

Author:
Rod Johnson
Since: January 21, 2001

Method Summary
 voidonApplicationEvent(ApplicationEvent e)
           

Method Detail

onApplicationEvent

public void onApplicationEvent(ApplicationEvent e)