@Exported public abstract class AssociationChangeNotification extends Object implements Notification
Modifier and Type | Class and Description |
---|---|
static class |
AssociationChangeNotification.AssocChangeEvent
Defines the type of change event that happened to the association.
|
Modifier | Constructor and Description |
---|---|
protected |
AssociationChangeNotification()
Initializes a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
abstract Association |
association()
Returns the association that this notification is applicable to.
|
abstract AssociationChangeNotification.AssocChangeEvent |
event()
Returns the type of change event.
|
protected AssociationChangeNotification()
public abstract Association association()
association
in interface Notification
null
if
there is no association, that is CANT_STARTpublic abstract AssociationChangeNotification.AssocChangeEvent event()
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.