org.barracudamvc.examples.ex1
Class LocalUtilities
java.lang.Object
org.barracudamvc.core.event.DefaultEventGateway
org.barracudamvc.examples.ex1.LocalUtilities
- All Implemented Interfaces:
- EventGateway
public class LocalUtilities
- extends DefaultEventGateway
General utility event handlers which apply to all screens
in the app. This really provides "master" controller functionality
which gets applied to all events getting dispatched into the system
through the Http gateway.
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
Methods inherited from class org.barracudamvc.core.event.DefaultEventGateway |
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
LocalUtilities
public LocalUtilities()
- Public constructor
Copyright © 2006 BarracudaMVC.org All Rights Reserved.