org.enhydra.barracuda.examples.ex1
Class LocalUtilities

java.lang.Object
  extended byorg.enhydra.barracuda.core.event.DefaultEventGateway
      extended byorg.enhydra.barracuda.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
           
 
Constructor Summary
LocalUtilities()
          Public constructor
 
Methods inherited from class org.enhydra.barracuda.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
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger
Constructor Detail

LocalUtilities

public LocalUtilities()
Public constructor



Copyright © 2003 BarracudaMVC.org All Rights Reserved.