|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface Plugin
Pluginクラス。プラグインを作る際、通常はヘルパークラスのEventSourceを拡張すると便利です。
| メソッドの概要 | |
|---|---|
java.lang.String |
getPluginName()
|
void |
init(EntityContainer source)
初期化を行う |
void |
init(EntityContainer source,
java.util.Properties properties)
初期化を行う。 |
void |
setPluginName(java.lang.String string)
|
| インタフェース jp.ac.naka.ec.entity.EntityListener から継承されたメソッド |
|---|
addedNewEntity, getURI, isLocal, receiveAck, receiveAnswer, receiveBye, receiveMessage, receiveOffer, removedEntity, setURI |
| メソッドの詳細 |
|---|
void init(EntityContainer source)
throws java.lang.Exception
source -
java.lang.Exception
void init(EntityContainer source,
java.util.Properties properties)
throws java.lang.Exception
source -
java.lang.Exceptionjava.lang.String getPluginName()
void setPluginName(java.lang.String string)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||