|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.events.EventObject
com.maverick.events.Event
com.maverick.nio.Event
public class Event
Superclass of all events that may be fired during the life of SSHD.
All events have the following attributes in common :-
int and must be unique across the
whole of SSHD.
| Field Summary |
|---|
| Fields inherited from class com.maverick.events.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Event(java.lang.Object source,
int id,
boolean state)
|
|
| Method Summary |
|---|
| Methods inherited from class com.maverick.events.Event |
|---|
addAttribute, getAllAttributes, getAttribute, getError, getId, getState |
| Methods inherited from class com.maverick.events.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event(java.lang.Object source,
int id,
boolean state)
source - source of eventid - event codeboolean - state true=successful false=unsuccessful
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||