com.taursys.xml.event
Class CloseFormDispatcher

java.lang.Object
  extended bycom.taursys.xml.event.Dispatcher
      extended bycom.taursys.xml.event.CloseFormDispatcher

public class CloseFormDispatcher
extends Dispatcher

CloseFormDispatcher is a Dispatcher for CloseFormEvents

Version:
1.0
Author:
Marty Phelan

Field Summary
 
Fields inherited from class com.taursys.xml.event.Dispatcher
components, map
 
Constructor Summary
CloseFormDispatcher(Component source)
          Constructs a new CloseFormDispatcher
 
Method Summary
 void dispatchToComponent(Component c)
          Dispatches a CloseFormEvent to the given component.
 
Methods inherited from class com.taursys.xml.event.Dispatcher
addNotify, dispatch, dispatch, dispatch, getIndex, getParameter, getParentDispatcher, getParentIndex, incrementIndex, removeNotify, resetIndex, setParentDispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseFormDispatcher

public CloseFormDispatcher(Component source)
Constructs a new CloseFormDispatcher

Method Detail

dispatchToComponent

public void dispatchToComponent(Component c)
                         throws java.lang.Exception

Dispatches a CloseFormEvent to the given component.

Specified by:
dispatchToComponent in class Dispatcher
Parameters:
c - the Component to dispatch to
Throws:
java.lang.Exception - from the components dispatchEvent method if occurs.


Copyright © 2007 Martin T Phelan. All Rights Reserved.