Extension SDK 10.1.2

oracle.jdeveloper.cmt
Interface CmtEventSet

All Superinterfaces:
CmtFeature

public interface CmtEventSet
extends CmtFeature


Method Summary
 JotMethod getAddListenerMethod()
           
 java.lang.String getAddListenerMethodName()
           
 CmtEvent getEvent(java.lang.String name)
           
 CmtEvent[] getEvents()
           
 JotMethod[] getListenerMethods()
           
 JotClass getListenerType()
           
 JotMethod getRemoveListenerMethod()
           
 java.lang.String getRemoveListenerMethodName()
           
 boolean isUnicast()
           
 void setUnicast(boolean unicast)
           
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtFeature
getComponent, getDisplayName, getName, getShortDescription, isExpert, isHidden
 

Method Detail

getListenerType

public JotClass getListenerType()

getListenerMethods

public JotMethod[] getListenerMethods()

getAddListenerMethod

public JotMethod getAddListenerMethod()

getAddListenerMethodName

public java.lang.String getAddListenerMethodName()

getRemoveListenerMethod

public JotMethod getRemoveListenerMethod()

getRemoveListenerMethodName

public java.lang.String getRemoveListenerMethodName()

isUnicast

public boolean isUnicast()

setUnicast

public void setUnicast(boolean unicast)

getEvents

public CmtEvent[] getEvents()

getEvent

public CmtEvent getEvent(java.lang.String name)

Extension SDK

 

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