public interface VirtualClientMessages
Modifier and Type | Method and Description |
---|---|
boolean |
areTextPromptsAlwaysRefreshed()
If the class has a need to refresh the text prompt at all host
changed, it must reply
true to this method call. |
void |
fireCreate(Transaction trans)
This method is used to fire a create message to the client by
a virtual class.
|
void |
fireUpdate(Transaction trans)
This method is used to fire an update message to the client by
a virtual class.
|
void |
refresh()
This method is used to refresh all virtual classes when e.g.
|
void |
refreshTextPrompts()
This method is used to refresh all virtual classes that have
text prompt data in them.
|
void |
textFileChanged()
The application text file has been changed, resulting in the need to
reformat text strings (such as text prompts or send strings from a text ID)
in order to reflect the new text file content.
|
void refresh()
void refreshTextPrompts()
mustRefresh
is set when the panel is created or recreated. If the class has
a need to refresh the text prompt at all host changed, it must
reply true
to the method call areTextPromptsAlwaysRefreshed
.boolean areTextPromptsAlwaysRefreshed()
true
to this method call.
Otherwise return false
.void fireCreate(Transaction trans) throws IOException
IOException
- if an I/O error occurs.void fireUpdate(Transaction trans) throws IOException
Prior to calling this method, the parent component or class
should use the method hasChanged()
in order to call
this method only when required.
IOException
- if an I/O error occurs.void textFileChanged()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.