C# 클래스 Universe.Modules.Scripting.ListenerManager

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( UUID itemID, int handle ) : void
AddFromData ( UUID itemID, UUID hostID, OSD data ) : void
AddListener ( UUID itemID, UUID hostID, int channel, string name, UUID id, string msg, int regexBitfield ) : int
Dectivate ( UUID itemID, int handle ) : void
DeleteListener ( UUID itemID ) : void
GetListeners ( UUID itemID, int channel, string name, UUID id, string msg ) : List
GetListenersCount ( ) : int
GetSerializationData ( UUID itemID ) : OSD
ListenerManager ( int maxlisteners, int maxhandles ) : System
Remove ( UUID itemID, int handle ) : void

비공개 메소드들

메소드 설명
GetNewHandle ( UUID itemID ) : int

메소드 상세

Activate() 공개 메소드

public Activate ( UUID itemID, int handle ) : void
itemID UUID
handle int
리턴 void

AddFromData() 공개 메소드

public AddFromData ( UUID itemID, UUID hostID, OSD data ) : void
itemID UUID
hostID UUID
data OSD
리턴 void

AddListener() 공개 메소드

public AddListener ( UUID itemID, UUID hostID, int channel, string name, UUID id, string msg, int regexBitfield ) : int
itemID UUID
hostID UUID
channel int
name string
id UUID
msg string
regexBitfield int
리턴 int

Dectivate() 공개 메소드

public Dectivate ( UUID itemID, int handle ) : void
itemID UUID
handle int
리턴 void

DeleteListener() 공개 메소드

public DeleteListener ( UUID itemID ) : void
itemID UUID
리턴 void

GetListeners() 공개 메소드

public GetListeners ( UUID itemID, int channel, string name, UUID id, string msg ) : List
itemID UUID
channel int
name string
id UUID
msg string
리턴 List

GetListenersCount() 공개 메소드

public GetListenersCount ( ) : int
리턴 int

GetSerializationData() 공개 메소드

public GetSerializationData ( UUID itemID ) : OSD
itemID UUID
리턴 OSD

ListenerManager() 공개 메소드

public ListenerManager ( int maxlisteners, int maxhandles ) : System
maxlisteners int
maxhandles int
리턴 System

Remove() 공개 메소드

public Remove ( UUID itemID, int handle ) : void
itemID UUID
handle int
리턴 void