Package it.tidalwave.ui.core.message
Class PowerOnEvent
java.lang.Object
it.tidalwave.ui.core.message.PowerOnEvent
A message that notifies that the system has been just powered on.
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
- Stereotype:
- Message
-
Constructor Summary
ConstructorDescriptionCreates a new instance.PowerOnEvent
(Map<it.tidalwave.util.Key<?>, Object> properties) Creates a new instance with a map of properties. -
Method Summary
-
Constructor Details
-
PowerOnEvent
public PowerOnEvent()Creates a new instance. -
PowerOnEvent
Creates a new instance with a map of properties.- Parameters:
properties
- the properties
-