From 3b66927df49de1f98901c225d720dff584cc11ae Mon Sep 17 00:00:00 2001
From: Joonas Lehtinen Interface for classes supporting registeration of methods as event
* receivers. For more information on the MillStone inheritable event mechanism
+ * For more information on the inheritable event mechanism
* see the
* {@link com.itmill.toolkit.event com.itmill.toolkit.event package documentation}.
For more information on the MillStone inheritable event mechanism + *
For more information on the inheritable event mechanism * see the * {@link com.itmill.toolkit.event com.itmill.toolkit.event package documentation}.
* @@ -71,7 +71,7 @@ public interface MethodEventSource { *object
, and unless exactly one match is found,
* java.lang.IllegalArgumentException
is thrown.
*
- * For more information on the MillStone inheritable event mechanism + *
For more information on the inheritable event mechanism * see the * {@link com.itmill.toolkit.event com.itmill.toolkit.event package documentation}.
* @@ -90,7 +90,7 @@ public interface MethodEventSource { * are registered to listen to events of typeeventType
* generated by this component.
*
- * For more information on the MillStone inheritable event mechanism + *
For more information on the inheritable event mechanism * see the * {@link com.itmill.toolkit.event com.itmill.toolkit.event package documentation}.
* @@ -104,7 +104,7 @@ public interface MethodEventSource { * the given object will no longer be called when the specified events * are generated by this component. * - *For more information on the MillStone inheritable event mechanism + *
For more information on the inheritable event mechanism * see the * {@link com.itmill.toolkit.event com.itmill.toolkit.event package documentation}.
* @@ -125,7 +125,7 @@ public interface MethodEventSource { *target
, and unless exactly one match is found,
* java.lang.IllegalArgumentException
is thrown.
*
- * For more information on the MillStone inheritable event mechanism + *
For more information on the inheritable event mechanism * see the * {@link com.itmill.toolkit.event com.itmill.toolkit.event package documentation}.
* diff --git a/src/com/itmill/toolkit/event/package.html b/src/com/itmill/toolkit/event/package.html index aed4f0f052..0b82b94989 100644 --- a/src/com/itmill/toolkit/event/package.html +++ b/src/com/itmill/toolkit/event/package.html @@ -7,16 +7,16 @@ -Provides classes and interfaces for the MillStone inheritable event +
Provides classes and interfaces for the inheritable event model. The model supports inheritable events and a flexible way of registering and unregistering event listeners. It's a fundamental building -block of the MillStone framework, and as it is included in +block of the IT Mill Toolkit, and as it is included in {@link com.itmill.toolkit.ui.AbstractComponent}, all UI components automatically support it.
The core of the MillStone event model is the inheritable event class +
The core of the event model is the inheritable event class hierarchy, and the {@link com.itmill.toolkit.event.EventRouter EventRouter} which provide a simple, ubiquitous mechanism to transport events to all interested parties.
-- cgit v1.2.3