Interface User.UniversalArtist
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface User.UniversalArtist

public interface UniversalArtist
extends Object
UniversalArtist is an abstract class that defines the interface for all Artists. Artists are controlled by the ArtistManager and can be spawned and disposed dynamically from any other Artist. Inter-Artist messages are also supported by this interface.
See Also:
ArtistManager, PanelArtist, TMWFoundation

Method Index

 o getArtistId()
 o notifyClientEvent(String, Vector)
 o notifyServerEvent(String, Vector)
 o setArtistId(Integer)

Methods

 o setArtistId
  public abstract void setArtistId(Integer Id)
 o getArtistId
  public abstract Integer getArtistId()
 o notifyClientEvent
  public abstract void notifyClientEvent(String ClientEvent,
                                         Vector Parameters)
 o notifyServerEvent
  public abstract void notifyServerEvent(String ServerEvent,
                                         Vector Parameters)

All Packages  Class Hierarchy  This Package  Previous  Next  Index