| Package | com.adobe.rtc.util |
| Class | public class RoomCleaner |
| Inheritance | RoomCleaner mx.core.UIComponent |
| Implements | ISessionSubscriber |
See also
| Property | Defined by | ||
|---|---|---|---|
| autoClean : Boolean
Determines whether the component should automatically begin cleaning the room
(true) or whether it should wait until
clean() is explicitly
called (false). | RoomCleaner | ||
| connectSession : IConnectSession
The IConnectSession with which this component is associated.
| RoomCleaner | ||
| isSynchronized : Boolean [read-only]
Returns true if the model is synchronized.
| RoomCleaner | ||
| sharedID : String
The
sharedID is the ID of the class. | RoomCleaner | ||
| Method | Defined by | ||
|---|---|---|---|
|
clean():void
Begins actually cleaning the room and opens a dialog box to asking the user to confirm the action.
| RoomCleaner | ||
|
close():void
| RoomCleaner | ||
|
subscribe():void
Initiates a subscription.
| RoomCleaner | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when the component either loses its connection to the session or regains it and has finished re-synchronizing itself to the rest of the room. | RoomCleaner | |||
| autoClean | property |
autoClean:Boolean [read-write]
Determines whether the component should automatically begin cleaning the room
(true) or whether it should wait until clean() is explicitly
called (false).
The default value is true.
public function get autoClean():Boolean
public function set autoClean(value:Boolean):void
| connectSession | property |
connectSession:IConnectSession [read-write]The IConnectSession with which this component is associated.
Implementation public function get connectSession():IConnectSession
public function set connectSession(value:IConnectSession):void
| isSynchronized | property |
isSynchronized:Boolean [read-only]Returns true if the model is synchronized.
This property can be used as the source for data binding.
Implementation public function get isSynchronized():Boolean
| sharedID | property |
sharedID:String [read-write]
The sharedID is the ID of the class.
public function get sharedID():String
public function set sharedID(value:String):void
| clean | () | method |
public function clean():voidBegins actually cleaning the room and opens a dialog box to asking the user to confirm the action.
| close | () | method |
public function close():void
| subscribe | () | method |
public function subscribe():voidInitiates a subscription.
| synchronizationChange | event |
com.adobe.rtc.events.CollectionNodeEvent
Dispatched when the component either loses its connection to the session or regains it and has finished re-synchronizing itself to the rest of the room.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/util/RoomCleaner.html