org.jhotdraw.contrib
Class DesktopEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Constructor Summary
DesktopEvent(Desktop newSource, DrawingView newDrawingView)
           
DesktopEvent(Desktop newSource, DrawingView newDrawingView, DrawingView newPreviousDV)
           
 
Method Summary
 DrawingView getDrawingView()
           
 DrawingView getPreviousDrawingView()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DesktopEvent

public DesktopEvent(Desktop newSource,
                    DrawingView newDrawingView)

DesktopEvent

public DesktopEvent(Desktop newSource,
                    DrawingView newDrawingView,
                    DrawingView newPreviousDV)
Method Detail

getDrawingView

public DrawingView getDrawingView()

getPreviousDrawingView

public DrawingView getPreviousDrawingView()