C# Class Spring.Context.ContextListenerObject

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

Méthodes publiques

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

Private Methods

Méthode Description
ContextRefreshedHandler ( object sender, Spring.Context.ApplicationEventArgs e ) : void

Method Details

ContextListenerObject() public méthode

public ContextListenerObject ( ) : Spring.Context.Events
Résultat Spring.Context.Events

HandleApplicationEvent() public méthode

public HandleApplicationEvent ( object source, Spring.Context.ApplicationEventArgs e ) : void
source object
e Spring.Context.ApplicationEventArgs
Résultat void