C# Class Spring.Context.ContextListenerObject

Test object for receiving application context events.
Inheritance: IApplicationContextAware, IApplicationEventListener
Show file Open project: spring-projects/spring-net

Public Methods

Method Description
ContextListenerObject ( ) : Spring.Context.Events
HandleApplicationEvent ( object source, Spring.Context.ApplicationEventArgs e ) : void

Private Methods

Method Description
ContextRefreshedHandler ( object sender, Spring.Context.ApplicationEventArgs e ) : void

Method Details

ContextListenerObject() public method

public ContextListenerObject ( ) : Spring.Context.Events
return Spring.Context.Events

HandleApplicationEvent() public method

public HandleApplicationEvent ( object source, Spring.Context.ApplicationEventArgs e ) : void
source object
e Spring.Context.ApplicationEventArgs
return void