Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.artifact
Interface XArtifactModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XArtifactModule

public static interface XArtifactModule.Client
extends XAPIInterface.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

artifactCreated

void artifactCreated(XArtifactInfo artifactInfo)
Notification that an Artifact has been created and added to a Track.
Parameters:
artifactInfo - The ArtifactInfo.

artifactNameChanged

void artifactNameChanged(XArtifactInfo artifactInfo)
Sent when an Artifact name changes.
Parameters:
artifactInfo - The ArtifactInfo.

artifactStateChanged

void artifactStateChanged(XArtifactInfo artifactInfo)
Sent when an Artifact state changes.
Parameters:
artifactInfo - The ArtifactInfo.

artifactUpdated

void artifactUpdated(XArtifactInfo artifactInfo)
Notification that an Artifact has been updated.
Parameters:
artifactInfo - The ArtifactInfo.

artifactRemoved

void artifactRemoved(XArtifactInfo artifactInfo)
Notification that an Artifact has been removed.
Parameters:
artifactInfo - The ArtifactInfo.

artifactUnremoved

void artifactUnremoved(XArtifactInfo artifactInfo)
Notification that an Artifact has been unremoved.
Parameters:
artifactInfo - The ArtifactInfo.

artifactDeleted

void artifactDeleted(XArtifactInfo artifactInfo)
Notification that an Artifact has been deleted.
Parameters:
artifactInfo - The ArtifactInfo.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.