|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface XArtifactModule.Client
Client interface for the Artifact Module API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
---|
XAPIInterface.Client, XAPIInterface.Server |
Method Summary | |
---|---|
void |
artifactCreated(XArtifactInfo artifactInfo) Notification that an Artifact has been created and added to a Track. |
void |
artifactDeleted(XArtifactInfo artifactInfo) Notification that an Artifact has been deleted. |
void |
artifactNameChanged(XArtifactInfo artifactInfo) Sent when an Artifact name changes. |
void |
artifactRemoved(XArtifactInfo artifactInfo) Notification that an Artifact has been removed. |
void |
artifactStateChanged(XArtifactInfo artifactInfo) Sent when an Artifact state changes. |
void |
artifactUnremoved(XArtifactInfo artifactInfo) Notification that an Artifact has been unremoved. |
void |
artifactUpdated(XArtifactInfo artifactInfo) Notification that an Artifact has been updated. |
Method Detail |
---|
void artifactCreated(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.void artifactNameChanged(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.void artifactStateChanged(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.void artifactUpdated(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.void artifactRemoved(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.void artifactUnremoved(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.void artifactDeleted(XArtifactInfo artifactInfo)
artifactInfo
- The ArtifactInfo.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |