org.simantics.databoard.accessor.event
Class CustomEvent
java.lang.Object
org.simantics.databoard.accessor.event.Event
org.simantics.databoard.accessor.event.CustomEvent
public class CustomEvent
- extends Event
Custom Event
- Author:
- Toni Kalajainen
Fields inherited from class org.simantics.databoard.accessor.event.Event |
reference |
Methods inherited from class org.simantics.databoard.accessor.event.Event |
toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- Event name
content
public MutableVariant content
- Content Payload
CustomEvent
public CustomEvent(java.lang.String name,
MutableVariant content)
clone
public Event clone(ChildReference newReference)
- Description copied from class:
Event
- Create a clone with new reference
- Specified by:
clone
in class Event
- Returns:
- clone with a new reference