javax.naming.event
public class NamingEvent extends EventObject
UNKNOWN: June 5, 2001
Field Summary | |
---|---|
protected Object | changeInfo |
protected Binding | newBinding |
protected Binding | oldBinding |
static int | OBJECT_ADDED |
static int | OBJECT_CHANGED |
static int | OBJECT_REMOVED |
static int | OBJECT_RENAMED |
protected int | type |
Constructor Summary | |
---|---|
NamingEvent(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo) |
Method Summary | |
---|---|
void | dispatch(NamingListener listener) |
Object | getChangeInfo() |
EventContext | getEventContext() |
Binding | getNewBinding() |
Binding | getOldBinding() |
int | getType() |