org.millstone.base.ui
Class ComponentContainer.ComponentAttachEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.millstone.base.ui.Component.Event
              |
              +--org.millstone.base.ui.ComponentContainer.ComponentAttachEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ComponentContainer

public static class ComponentContainer.ComponentAttachEvent
extends Component.Event

Component attach event sent when a component is attached to container

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ComponentContainer.ComponentAttachEvent(ComponentContainer container, Component attachedComponent)
          Create new attach event.
 
Method Summary
 Component getAttachedComponent()
          Get the attached component
 ComponentContainer getContainer()
          Get the component container
 
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

ComponentContainer.ComponentAttachEvent

public ComponentContainer.ComponentAttachEvent(ComponentContainer container,
                                               Component attachedComponent)
Create new attach event.

Parameters:
container - The component container the component has been detached to.
attachedComponent - The component that has been attached
Method Detail

getContainer

public ComponentContainer getContainer()
Get the component container


getAttachedComponent

public Component getAttachedComponent()
Get the attached component



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.