IEvent

public interface IEvent

Marker interface for synchronous events. Synchronous events are processed immediately on the calling thread. Handlers receive the event directly and can modify it in place.

java.lang.Object > IEvent

Field Summary

No fields documented.

Method Detail

No methods documented.

See Also: