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
Constructor Summary |
BWindowEvent(Object source,
JComponent windowContent)
Creates a new BWindowEvent with the source of the event
and the content associated with that window. |
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 eventwindowContent
- The content of the window
Please complete the missing tags for BWindowEvent
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:
-