Class c2.framework.Notification
All Packages Class Hierarchy This Package Previous Next Index
Class c2.framework.Notification
java.lang.Object
|
+----c2.framework.Message
|
+----c2.framework.Notification
- public final class Notification
- extends Message
A component sends a notification whenever its internal state changes. The
notification is meant to inform other components that are dependent on the
component.
See the Message class for methods to add and remove parameters from
notifications.
- See Also:
- Message, Request
-
Notification()
- Creates an unnamed Notification message.
-
Notification(String)
- Creates a named Notification message.
Notification
public Notification()
- Creates an unnamed Notification message. Set the name using
Message.setName()
- See Also:
- setName
Notification
public Notification(String _name)
- Creates a named Notification message.
All Packages Class Hierarchy This Package Previous Next Index