org.eclipse.gmf.tooling.runtime.impl.ocl.activeocl
Interface ActiveOclResult


public interface ActiveOclResult


Method Summary
 org.eclipse.emf.common.notify.Notifier adaptToEMFNotifier()
           
 void addListener(ActiveOclListener listener)
           
 boolean canListenForChanges()
           
 void dispose()
           
 Object getResult()
           
 void removeListener(ActiveOclListener listener)
           
 

Method Detail

getResult

Object getResult()

canListenForChanges

boolean canListenForChanges()

addListener

void addListener(ActiveOclListener listener)

removeListener

void removeListener(ActiveOclListener listener)

adaptToEMFNotifier

org.eclipse.emf.common.notify.Notifier adaptToEMFNotifier()

dispose

void dispose()


Copyright © 2012. All Rights Reserved.