Example #1
0
 public WindowInterceptor(Window window, ScreenRepositoryListener listener)
 {
     this.window   = window;
     this.listener = listener;
 }
Example #2
0
 private ScreenRepository(ApplicationSession applicationSession, ScreenRepositoryListener listener, IReport report)
 {
     this.applicationSession = applicationSession;
     this.listener           = listener;
     sessionReport           = report;
 }
Example #3
0
 public WindowInterceptor(Window window, ScreenRepositoryListener listener)
 {
     this.window = window;
     this.listener = listener;
 }