From 3b66927df49de1f98901c225d720dff584cc11ae Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Wed, 3 Jan 2007 14:26:07 +0000 Subject: Millstone -> IT Mill Toolkit svn changeset:220/svn branch:toolkit --- src/com/itmill/toolkit/event/Action.java | 2 +- src/com/itmill/toolkit/event/EventRouter.java | 2 +- src/com/itmill/toolkit/event/MethodEventSource.java | 12 ++++++------ src/com/itmill/toolkit/event/package.html | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/com/itmill/toolkit/event') diff --git a/src/com/itmill/toolkit/event/Action.java b/src/com/itmill/toolkit/event/Action.java index ce61c97022..2b8e72e053 100644 --- a/src/com/itmill/toolkit/event/Action.java +++ b/src/com/itmill/toolkit/event/Action.java @@ -30,7 +30,7 @@ package com.itmill.toolkit.event; import com.itmill.toolkit.terminal.*; -/** Implements the MillStone action framework. This class contains +/** Implements the action framework. This class contains * subinterfaces for action handling and listing, and for action handler * registrations and unregistration. * diff --git a/src/com/itmill/toolkit/event/EventRouter.java b/src/com/itmill/toolkit/event/EventRouter.java index db83085300..7e1849756d 100644 --- a/src/com/itmill/toolkit/event/EventRouter.java +++ b/src/com/itmill/toolkit/event/EventRouter.java @@ -33,7 +33,7 @@ import java.util.LinkedList; import java.util.Iterator; import java.lang.reflect.Method; -/** Event router class implementing the MillStone inheritable event +/** Event router class implementing the inheritable event * listening model. For more information on the event model see the * {@link com.itmill.toolkit.event package documentation}. * diff --git a/src/com/itmill/toolkit/event/MethodEventSource.java b/src/com/itmill/toolkit/event/MethodEventSource.java index fa994ee9b7..4851f34d9a 100644 --- a/src/com/itmill/toolkit/event/MethodEventSource.java +++ b/src/com/itmill/toolkit/event/MethodEventSource.java @@ -33,7 +33,7 @@ import java.lang.reflect.Method; /**

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}.

* @@ -48,7 +48,7 @@ public interface MethodEventSource { * activation method does not have any arguments the event object will * not be passed to it when it's called.

* - *

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 type eventType * 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.

Package Specification

-

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