|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ceno.protocol.event.ReturnableEvent<Developer>
org.ceno.protocol.event.LoginSessionEvent
public class LoginSessionEvent
Field Summary |
---|
Fields inherited from interface org.ceno.protocol.ITrackerProtocol |
---|
ACTIVATE_SIGNAL, CLOSE_SIGNAL, DEACTIVATE_SIGNAL, LOGIN_SIGNAL, LOGOUT_SIGNAL, OPEN_SIGNAL, PROTOCOL_NAME, QUERY_DEVELOPER_STATES, QUERY_MESSAGES, SEND_MESSAGE_SIGNAL, SYNCH_SIGNAL |
Constructor Summary | |
---|---|
LoginSessionEvent(Developer developer)
|
Method Summary | |
---|---|
Developer |
getDeveloper()
|
short |
getSignalId()
|
boolean |
isCreateAccount()
|
void |
setCreateAccount(boolean createAccount)
|
Methods inherited from class org.ceno.protocol.event.ReturnableEvent |
---|
getResult, getTimestamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginSessionEvent(Developer developer)
developer
- Method Detail |
---|
public short getSignalId()
getSignalId
in interface IEvent
constants of the protocol interface for supported signals
public Developer getDeveloper()
public boolean isCreateAccount()
public void setCreateAccount(boolean createAccount)
createAccount
- the createAccount to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |