org.jhotdraw.contrib
Class DesktopEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.jhotdraw.contrib.DesktopEvent
All Implemented Interfaces:
java.io.Serializable

public class DesktopEvent
extends java.util.EventObject

Version:
<$CURRENT_VERSION$>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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()