public class ProtempaEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtempaEvent.Level |
static class |
ProtempaEvent.Type |
| Constructor and Description |
|---|
ProtempaEvent(ProtempaEvent.Level level,
ProtempaEvent.Type type,
Class<?> component,
Date timestamp,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getComponent() |
String |
getDescription() |
ProtempaEvent.Level |
getLevel() |
Date |
getTimestamp() |
ProtempaEvent.Type |
getType() |
String |
toString() |
public ProtempaEvent(ProtempaEvent.Level level, ProtempaEvent.Type type, Class<?> component, Date timestamp, String description)
public ProtempaEvent.Level getLevel()
public ProtempaEvent.Type getType()
public Class<?> getComponent()
public Date getTimestamp()
public String getDescription()
Copyright © 2012–2017 Emory University. All rights reserved.