Package gg.xp.telestosupport.doodle
Interface DynamicDoodle
- All Known Implementing Classes:
DynamicTextDoodleSpec
public interface DynamicDoodle
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
Reprocess this dynamic doodlevoid
setProcessor
(DynamicValueProcessor processor)
-
Method Details
-
setProcessor
-
reprocess
boolean reprocess()Reprocess this dynamic doodle- Returns:
- true if the doodle has changed as a result of the call and must be re-sent to the server
-
isExpired
boolean isExpired() -
getName
String getName()
-