wt.clients.administrator
Class DomainSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bywt.clients.administrator.DomainSelectionEvent
All Implemented Interfaces:
Serializable

public class DomainSelectionEvent
extends EventObject

Folder Browser Event Class (DomainSelectionEvent)

This is an Event generated from the Domain Browser.

Supported API:false

Extendable: false

See Also:
Serialized Form

Field Summary
private  AdminDomainRef selectedDomainRef
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DomainSelectionEvent(DomainBrowserDialog a_browser, AdminDomainRef a_domain_ref)
           
 
Method Summary
 AdminDomainRef getSelectedDomain()
           
 
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
 

Field Detail

selectedDomainRef

private AdminDomainRef selectedDomainRef
Constructor Detail

DomainSelectionEvent

public DomainSelectionEvent(DomainBrowserDialog a_browser,
                            AdminDomainRef a_domain_ref)
Method Detail

getSelectedDomain

public AdminDomainRef getSelectedDomain()