| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventContext | |
| javax.naming.event | |
| Uses of EventContext in javax.naming.event | 
| Subinterfaces of EventContext in javax.naming.event | |
 interface | 
EventDirContext
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.  | 
| Methods in javax.naming.event that return EventContext | |
 EventContext | 
NamingEvent.getEventContext()
Retrieves the event source that fired this event.  | 
 EventContext | 
NamingExceptionEvent.getEventContext()
Retrieves the EventContext that fired this event.  | 
| Constructors in javax.naming.event with parameters of type EventContext | |
NamingEvent(EventContext source,
            int type,
            Binding newBd,
            Binding oldBd,
            Object changeInfo)
Constructs an instance of NamingEvent.  | 
|
NamingExceptionEvent(EventContext source,
                     NamingException exc)
Constructs an instance of NamingExceptionEvent using the context in which the NamingException was thrown and the exception that was thrown.  | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.