C# 클래스 Spring.Context.ContextListenerObject

Test object for receiving application context events.
상속: IApplicationContextAware, IApplicationEventListener
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
ContextListenerObject ( ) : Spring.Context.Events
HandleApplicationEvent ( object source, Spring.Context.ApplicationEventArgs e ) : void

비공개 메소드들

메소드 설명
ContextRefreshedHandler ( object sender, Spring.Context.ApplicationEventArgs e ) : void

메소드 상세

ContextListenerObject() 공개 메소드

public ContextListenerObject ( ) : Spring.Context.Events
리턴 Spring.Context.Events

HandleApplicationEvent() 공개 메소드

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