Synergy Home Page

au.edu.swin.synergy.plugin.mod13.bwt
Class BWindowEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--au.edu.swin.synergy.plugin.mod13.bwt.BWindowEvent

public class BWindowEvent
extends EventObject

The window event is sent to the BWindowListeners providing a means of determine what window and what window content the event is associated with.

Author:
Tristan Austin Please complete these missing tags
Copyright Belongs To:
 
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BWindowEvent(Object source, JComponent windowContent)
          Creates a new BWindowEvent with the source of the event and the content associated with that window.
 
Method Summary
 JComponent getWindowContent()
          Gets the window content from the window associated with this event.
 
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

BWindowEvent

public BWindowEvent(Object source,
                    JComponent windowContent)
Creates a new BWindowEvent with the source of the event and the content associated with that window.
Parameters:
source - The source of the event
windowContent - The content of the window Please complete the missing tags for BWindowEvent
Method Detail

getWindowContent

public JComponent getWindowContent()
Gets the window content from the window associated with this event.
Parameters:
-  
Returns:
The window content as a JComponent Please complete the missing tags for getWindowContent
Pre Condition:
 
Post Condition:
 

Synergy Home Page