|
|||||||||
| Home >> All >> javax >> naming >> [ ldap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.naming.ldap
Class UnsolicitedNotificationEvent

java.lang.Objectjava.util.EventObject
javax.naming.ldap.UnsolicitedNotificationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class UnsolicitedNotificationEvent
- extends java.util.EventObject
| Field Summary | |
private UnsolicitedNotification |
notice
|
private static long |
serialVersionUID
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
UnsolicitedNotificationEvent(java.lang.Object src,
UnsolicitedNotification notice)
|
|
| Method Summary | |
void |
dispatch(UnsolicitedNotificationListener listener)
|
UnsolicitedNotification |
getNotification()
|
| 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
notice
private UnsolicitedNotification notice
| Constructor Detail |
UnsolicitedNotificationEvent
public UnsolicitedNotificationEvent(java.lang.Object src, UnsolicitedNotification notice)
| Method Detail |
getNotification
public UnsolicitedNotification getNotification()
dispatch
public void dispatch(UnsolicitedNotificationListener listener)
|
|||||||||
| Home >> All >> javax >> naming >> [ ldap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC