Package moa.streams.clustering
Class ClusterEvent
- java.lang.Object
-
- java.util.EventObject
-
- moa.streams.clustering.ClusterEvent
-
- All Implemented Interfaces:
Serializable
public class ClusterEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ClusterEvent(Object source, long timestamp, String type, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
long
getTimestamp()
String
getType()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-