Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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