public class BeforeLoginDeleteEvent extends LocalEvent
LocalEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
Modifier | Constructor and Description |
---|---|
protected |
BeforeLoginDeleteEvent() |
|
BeforeLoginDeleteEvent(int userId,
int mid,
Login login)
Конструктор события.
|
Modifier and Type | Method and Description |
---|---|
Login |
getLogin()
Возвращает логин.
|
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toString
protected BeforeLoginDeleteEvent()
public BeforeLoginDeleteEvent(int userId, int mid, Login login)
userId
- - id пользователя, сгенерировавшего событиеmid
- - код модуляlogin
- - объект логинаpublic Login getLogin()