camera3d.event
Class ViewChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycamera3d.event.VcEvent
          extended bycamera3d.event.ViewportEvent
              extended bycamera3d.event.ViewChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class ViewChangedEvent
extends ViewportEvent

Event generated by Viewports when they have their VcView changed.

Version:
1.0
Author:
Fábio Roberto de Miranda, Carlos da Silva dos Santos
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ViewChangedEvent(java.lang.Object source)
           
ViewChangedEvent(java.lang.Object source, VcView view)
           
 
Method Summary
 VcView getView()
           
 void setView(VcView view)
           
 
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

ViewChangedEvent

public ViewChangedEvent(java.lang.Object source)

ViewChangedEvent

public ViewChangedEvent(java.lang.Object source,
                        VcView view)
Method Detail

setView

public void setView(VcView view)

getView

public VcView getView()


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.