Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.uicli.binding
Class JUEventProducer

java.lang.Object
  extended by oracle.jbo.uicli.binding.JUEventProducer
All Implemented Interfaces:
EventProducer

public class JUEventProducer
extends java.lang.Object
implements EventProducer

JUEventProducer implements interface EventProducer

See Also:
EventProducer

Constructor Summary
JUEventProducer(JUCtrlActionBinding actBnd)
          constructor
 
Method Summary
 java.util.ArrayList getEventDefinitionsList()
          getEventDefinitionsList gets the ArrayList of Eventdefintions associated with the Producer
 java.lang.String getId()
          getId gets the Id of producer
static JUEventProducer getInstance(JUCtrlActionBinding actBnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUEventProducer

public JUEventProducer(JUCtrlActionBinding actBnd)
constructor

Parameters:
actBnd - JUCtrlActionBinding Object
Method Detail

getId

public java.lang.String getId()
getId gets the Id of producer

Specified by:
getId in interface EventProducer

getEventDefinitionsList

public java.util.ArrayList getEventDefinitionsList()
getEventDefinitionsList gets the ArrayList of Eventdefintions associated with the Producer

Specified by:
getEventDefinitionsList in interface EventProducer
See Also:
EventDefinition

getInstance

public static JUEventProducer getInstance(JUCtrlActionBinding actBnd)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.