xref
: /
AOO41X
/
main
/
toolkit
/
test
/
accessibility
/
MessageInterface.java
(revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
interface
MessageInterface
2
{
3
void
message
(
String
text
);
4
}
5
6