public class SessionEvent extends DomainEvent<Session>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SessionEvent.SessionEventType |
| 构造器和说明 |
|---|
SessionEvent(String eventDomain,
SessionEvent.SessionEventType eventType,
Session session) |
| 限定符和类型 | 方法和说明 |
|---|---|
SessionEvent.SessionEventType |
getEventType() |
void |
setEventType(SessionEvent.SessionEventType eventType) |
public SessionEvent(String eventDomain, SessionEvent.SessionEventType eventType, Session session)
public SessionEvent.SessionEventType getEventType()
public void setEventType(SessionEvent.SessionEventType eventType)
Copyright © 2021. All rights reserved.