Skip navigation links 
 
oracle.jbo.script.debug.client.bdi
Class CurrentFrameChangedEvent
java.lang.Object
  
java.util.EventObject
      
oracle.jbo.script.debug.client.bdi.CurrentFrameChangedEvent
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class CurrentFrameChangedEvent
 
- extends java.util.EventObject
 
- See Also:
 
- Serialized Form
 
 
 
| Fields inherited from class java.util.EventObject | 
source | 
  
 
  
 
 
| Methods inherited from class java.util.EventObject | 
getSource, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
CurrentFrameChangedEvent
public CurrentFrameChangedEvent(java.lang.Object source,
                                ThreadInfo tinfo,
                                int index,
                                boolean invalidate)
getThread
public com.sun.jdi.ThreadReference getThread()
getThreadInfo
public ThreadInfo getThreadInfo()
getIndex
public int getIndex()
getInvalidate
public boolean getInvalidate()
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.