net.sf.rej.gui.event
Class Event
java.lang.Object
net.sf.rej.gui.event.Event
public class Event
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(EventType type)
getType
public EventType getType()
setClassFile
public void setClassFile(ClassFile cf)
getClassFile
public ClassFile getClassFile()
setProject
public void setProject(Project project)
getProject
public Project getProject()
setFile
public void setFile(java.lang.String file)
getFile
public java.lang.String getFile()
setDispatcher
public void setDispatcher(EventDispatcher notificator)
getDispatcher
public EventDispatcher getDispatcher()
setThread
public void setThread(IThreadReference obj)
getThread
public IThreadReference getThread()
setVM
public void setVM(IVirtualMachine vm)
getVM
public IVirtualMachine getVM()
setStackFrame
public void setStackFrame(IStackFrame stackFrame)
getStackFrame
public IStackFrame getStackFrame()