|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ants.core.Thing | +--ants.move.core.models.videoStream2.VideoStream2Model
Implementation of Video Stream 2 Model.
Constructor Summary | |
VideoStream2Model()
Sole & void constructor. |
Method Summary | |
void |
addVideoStream2Listener(VideoStream2Listener sList)
Add VideoStream2 listener |
void |
destroy()
Destroy model |
java.lang.String |
getType()
Tool type |
java.lang.String |
getVideoStreamURL()
get VideoStream2 URL |
void |
init()
Initialize Model |
void |
propertyChange(ants.core.PropertyChangeEvent evt)
Method triggered in response to a property change. |
void |
removeVideoStream2Listener(VideoStream2Listener sList)
Removes VideoStream2 listener |
void |
setVideoStream(java.lang.String thingKey)
Set a new VideoStream2 thing in tool |
Methods inherited from class ants.core.Thing |
addPropertyChangeListener, addTokenToProperty, eventArrived, getContext, getDescription, getIndexedProperty, getIndexedProperty, getIndexedPropertyNames, getIndexedPropertySize, getName, getPlace, getProperty, getPropertyNames, getThingGateway, getThingId, incrementProperty, init, removePropertyChangeListener, setProperty, triggerEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VideoStream2Model()
Method Detail |
public void init()
init
in class ants.core.Thing
public void addVideoStream2Listener(VideoStream2Listener sList)
sList
- Class that implements VideoStream2Listener interfacepublic void removeVideoStream2Listener(VideoStream2Listener sList)
sList
- Class that implements VideoStream2Listener interfacepublic void setVideoStream(java.lang.String thingKey)
thingKey
- Key of a new videoStream2 thingpublic java.lang.String getVideoStreamURL()
public void propertyChange(ants.core.PropertyChangeEvent evt)
ants.core.PropertyChangeListener
propertyChange
in interface ants.core.PropertyChangeListener
ants.core.PropertyChangeListener
public java.lang.String getType()
getType
in class ants.core.Thing
public void destroy()
destroy
in class ants.core.Thing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |