org.jhotdraw.contrib
Class DesktopEvent
java.lang.Object
java.util.EventObject
org.jhotdraw.contrib.DesktopEvent
- All Implemented Interfaces:
- java.io.Serializable
public class DesktopEvent
- extends java.util.EventObject
- Version:
- <$CURRENT_VERSION$>
- Author:
- C.L.Gilbert
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DesktopEvent
public DesktopEvent(Desktop newSource,
DrawingView newDrawingView)
DesktopEvent
public DesktopEvent(Desktop newSource,
DrawingView newDrawingView,
DrawingView newPreviousDV)
getDrawingView
public DrawingView getDrawingView()
getPreviousDrawingView
public DrawingView getPreviousDrawingView()