org.terracotta.toolkit.internal.feature
Class ToolkitManagementEvent
java.lang.Object
org.terracotta.toolkit.internal.feature.ToolkitManagementEvent
public class ToolkitManagementEvent
- extends Object
A management event that can be sent by the toolkit
- Author:
- Ludovic Orban
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolkitManagementEvent
public ToolkitManagementEvent()
ToolkitManagementEvent
public ToolkitManagementEvent(Serializable payload,
String type)
getPayload
public Serializable getPayload()
setPayload
public void setPayload(Serializable payload)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.