Packagecom.pcbsys.nirvana.client
Interfacepublic interface nDataGroupListener

The nDataGroupListener class is a Listener interface used to manage changes to membership of data groups



Public Methods
 MethodDefined By
  
addedGroup(to:nDataGroup, group:nDataGroup, count:int):void
Called when a group has been added to the data group
nDataGroupListener
  
addedStream(group:nDataGroup, stream:nDataStream, count:int):void
Called when a new stream has been added to the data group
nDataGroupListener
  
Called when a group has been created
nDataGroupListener
  
Called when a group has been deleted
nDataGroupListener
  
deletedStream(group:nDataGroup, stream:nDataStream, count:int, serverRemoved:Boolean):void
Called when a stream has been deleted from the data group
nDataGroupListener
  
removedGroup(from:nDataGroup, group:nDataGroup, count:int):void
Called when a group has been removed from the data group
nDataGroupListener
Method Detail
addedGroup()method
public function addedGroup(to:nDataGroup, group:nDataGroup, count:int):void

Called when a group has been added to the data group

Parameters
to:nDataGroup — the nDataGroup that the data group has been added to
 
group:nDataGroup — the nDataGroup that has been added
 
count:int — the current count of members

addedStream()method 
public function addedStream(group:nDataGroup, stream:nDataStream, count:int):void

Called when a new stream has been added to the data group

Parameters
group:nDataGroup — the nDataGroup that the stream has been added to
 
stream:nDataStream — the nDataStream that has been added
 
count:int — the current count of members

createdGroup()method 
public function createdGroup(group:nDataGroup):void

Called when a group has been created

Parameters
group:nDataGroup — the nDataGroup that has been added

deletedGroup()method 
public function deletedGroup(group:nDataGroup):void

Called when a group has been deleted

Parameters
group:nDataGroup — the nDataGroup that has been deleted

deletedStream()method 
public function deletedStream(group:nDataGroup, stream:nDataStream, count:int, serverRemoved:Boolean):void

Called when a stream has been deleted from the data group

Parameters
group:nDataGroup — the nDataGroup that the stream has been deleted from
 
stream:nDataStream — the nDataStream that has been deleted
 
count:int — the current count of members
 
serverRemoved:Boolean

removedGroup()method 
public function removedGroup(from:nDataGroup, group:nDataGroup, count:int):void

Called when a group has been removed from the data group

Parameters
from:nDataGroup — the nDataGroup that the data group has been removed from
 
group:nDataGroup — the nDataGroup that has been deleted
 
count:int — the current count of members