Package org.loboevolution.html
Interface ReadyStateChangeListener
- All Superinterfaces:
EventListener
The ReadyStateChangeListener interface is implemented to receive
ReadyState change events from
HttpRequest
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when the ReadyState changes.
-
Method Details
-
readyStateChanged
void readyStateChanged()This method is called when the ReadyState changes.
-