com.jogamp.newt.event
Class WindowUpdateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jogamp.newt.event.NEWTEvent
          extended by com.jogamp.newt.event.WindowEvent
              extended by com.jogamp.newt.event.WindowUpdateEvent
All Implemented Interfaces:
Serializable

public class WindowUpdateEvent
extends WindowEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jogamp.newt.event.WindowEvent
EVENT_WINDOW_DESTROY_NOTIFY, EVENT_WINDOW_DESTROYED, EVENT_WINDOW_GAINED_FOCUS, EVENT_WINDOW_LOST_FOCUS, EVENT_WINDOW_MOVED, EVENT_WINDOW_REPAINT, EVENT_WINDOW_RESIZED
 
Constructor Summary
WindowUpdateEvent(int eventType, Object source, long when, Rectangle bounds)
           
 
Method Summary
 Rectangle getBounds()
           
 String toString()
           
 
Methods inherited from class com.jogamp.newt.event.WindowEvent
getEventTypeString
 
Methods inherited from class com.jogamp.newt.event.NEWTEvent
getAttachment, getEventType, getWhen, isSystemEvent, setAttachment, toHexString, toHexString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowUpdateEvent

public WindowUpdateEvent(int eventType,
                         Object source,
                         long when,
                         Rectangle bounds)
Method Detail

getBounds

public Rectangle getBounds()

toString

public String toString()
Overrides:
toString in class WindowEvent


Copyright 2010 JogAmp Community.