|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.user1.union.core.event.BaseEvent
net.user1.union.core.event.AccountEvent
public class AccountEvent
AccountEvent is a simple data class used to pass information from an account to registered event-listeners when an event occurs. The AccountEvent class also defines constants representing the available events. To register for an event, use the addEventListener() method.
| Constructor Summary | |
|---|---|
AccountEvent(Account account)
Constructor. |
|
| Method Summary | |
|---|---|
Account |
getAccount()
For all events this returns the account involved in the event. |
| Methods inherited from class net.user1.union.core.event.BaseEvent |
|---|
getProperty, isCanceled, preventDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountEvent(Account account)
| Method Detail |
|---|
public Account getAccount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||