Interface CompositionEvent

All Superinterfaces:
Event, UIEvent
All Known Implementing Classes:
CompositionEventImpl

public interface CompositionEvent extends UIEvent
The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
See Also: