com.hack23.cia.web.impl.ui.controller.application
Class ApplicationEventHandler

Package class diagram package ApplicationEventHandler
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.controller.application.ApplicationEventHandler
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

public class ApplicationEventHandler
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

The Class ApplicationEventHandler.


Constructor Summary
Constructor and Description
ApplicationEventHandler()
          Instantiates a new application event handler.
 
Method Summary
Modifier and Type Method and Description
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationEventHandler

public ApplicationEventHandler()
Instantiates a new application event handler.

Method Detail

onApplicationEvent

public final void onApplicationEvent(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.