|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.metadata.remote.MdEvent
public class MdEvent
MdEvent is used to notify interested parties that state has changed in the event source. (see ChangeEvent)
Note: this class should not be used directly by a client. As of version 9.2, all client event
notifications should use the MdFactoryEvent class instead. Most methods using
this class have been deprecated.
| Field Summary | |
|---|---|
protected MdStore |
sourceStore
|
| Constructor Summary | |
|---|---|
MdEvent(java.lang.Object source)
Constructs a MdEvent object. |
|
MdEvent(java.lang.Object source,
MdStore inStore)
Constructs a MdEvent object and sets its source store. |
|
| Method Summary | |
|---|---|
MdStore |
getSourceStore()
Gets the store used for event processing. |
void |
setSourceStore(MdStore instore)
Sets the store used for event processing. |
| Field Detail |
|---|
protected MdStore sourceStore
| Constructor Detail |
|---|
public MdEvent(java.lang.Object source)
source - the Object that is the source of the event
(typically this)
public MdEvent(java.lang.Object source,
MdStore inStore)
source - inStore - | Method Detail |
|---|
public void setSourceStore(MdStore instore)
instore - public MdStore getSourceStore()
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||