org.springframework.richclient.config
Class DefaultApplicationLifecycleAdvisorTests.TestCommand

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.config.DefaultApplicationLifecycleAdvisorTests.TestCommand
All Implemented Interfaces:
EventListener, ApplicationListener
Enclosing class:
DefaultApplicationLifecycleAdvisorTests

public static class DefaultApplicationLifecycleAdvisorTests.TestCommand
extends Object
implements ApplicationListener


Constructor Summary
DefaultApplicationLifecycleAdvisorTests.TestCommand()
           
 
Method Summary
 int getCount()
           
 void onApplicationEvent(ApplicationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultApplicationLifecycleAdvisorTests.TestCommand

public DefaultApplicationLifecycleAdvisorTests.TestCommand()
Method Detail

onApplicationEvent

public void onApplicationEvent(ApplicationEvent event)
Specified by:
onApplicationEvent in interface ApplicationListener

getCount

public int getCount()


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.