Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.runtime.event
Class ActionEventDispatcher

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.event.ActionEventDispatcher

public class ActionEventDispatcher
extends java.lang.Object

A wrapper of ModelerEventDispatcher that can only dispatch an event through modelerActionPerformed.


Constructor Summary
ActionEventDispatcher(ModelerEventDispatcher d)
          Constructs an action event dispatcher.
 
Method Summary
 void dispatch(ModelerEvent event)
          Dispatches an action event.
 void dispatch(java.lang.Object source, java.lang.String message)
          Dispatches a generic event with a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionEventDispatcher

public ActionEventDispatcher(ModelerEventDispatcher d)
Constructs an action event dispatcher.

Parameters:
d - the original modeler event dispatcher
Method Detail

dispatch

public void dispatch(ModelerEvent event)
Dispatches an action event.

Parameters:
event -

dispatch

public void dispatch(java.lang.Object source,
                     java.lang.String message)
Dispatches a generic event with a message.

Parameters:
source - the source of the message
message - the message

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.