Uses of Class
org.barracudamvc.core.event.DefaultEventGateway

Packages that use DefaultEventGateway
org.barracudamvc.admin   
org.barracudamvc.contrib.dbroggisch.page   
org.barracudamvc.contrib.sam.data   
org.barracudamvc.core.event.events   
org.barracudamvc.examples   
org.barracudamvc.examples.ex1   
org.barracudamvc.examples.ex3   
org.barracudamvc.examples.ex4   
org.barracudamvc.examples.xmlc   
 

Uses of DefaultEventGateway in org.barracudamvc.admin
 

Subclasses of DefaultEventGateway in org.barracudamvc.admin
 class BarracudaAdmin
          Deprecated. - I just don't think this is used anywhere. We should probably consider removing it from cvs. - csc
 

Uses of DefaultEventGateway in org.barracudamvc.contrib.dbroggisch.page
 

Subclasses of DefaultEventGateway in org.barracudamvc.contrib.dbroggisch.page
 class RenderPageEventGateway
          A simple convenience class providing a ready-set event gateway with the basic necessities for rendering pages.
 

Uses of DefaultEventGateway in org.barracudamvc.contrib.sam.data
 

Subclasses of DefaultEventGateway in org.barracudamvc.contrib.sam.data
 class DataObjectGateway
          Event handlers (both Controller and View) for the Main screen
 

Uses of DefaultEventGateway in org.barracudamvc.core.event.events
 

Subclasses of DefaultEventGateway in org.barracudamvc.core.event.events
 class LongRunningEventGateway
          Event handlers (both Controller and View) for the LongRunning events
 

Uses of DefaultEventGateway in org.barracudamvc.examples
 

Subclasses of DefaultEventGateway in org.barracudamvc.examples
 class GlobalUtilities
          Global Utilities.
 

Uses of DefaultEventGateway in org.barracudamvc.examples.ex1
 

Subclasses of DefaultEventGateway in org.barracudamvc.examples.ex1
 class LocalUtilities
          General utility event handlers which apply to all screens in the app.
 class LoginScreen
          Event handlers (both Controller and View) for the Login screen
 class MainScreen
          Event handlers (both Controller and View) for the Main screen.
 

Uses of DefaultEventGateway in org.barracudamvc.examples.ex3
 

Subclasses of DefaultEventGateway in org.barracudamvc.examples.ex3
 class TestScreen
          This mini-app is just used for stress testing, to see what kind of performance level degradation we experience as the event heirarchy depth increases.
 

Uses of DefaultEventGateway in org.barracudamvc.examples.ex4
 

Subclasses of DefaultEventGateway in org.barracudamvc.examples.ex4
 class SampleScreen
          A sample screen
 

Uses of DefaultEventGateway in org.barracudamvc.examples.xmlc
 

Subclasses of DefaultEventGateway in org.barracudamvc.examples.xmlc
 class CompEx10b
          A sample screen (does the exact same thing as CompEx10, but routes to here using an event, rather than a servlet url)
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.