org.apache.commons.modeler
public final class BaseNotification extends Notification
Field Summary | |
---|---|
int | code |
Object[] | notes |
long | seq |
Object | source |
long | tstamp |
String | type |
Constructor Summary | |
---|---|
BaseNotification(String type, Object source, long seq, long tstamp, int code)
Private constructor. |
Method Summary | |
---|---|
int | getCode() Action id, useable in switches and table indexes |
Object | getNote(int i) |
void | init(String type, Object source, long seq, long tstamp, int code) |
void | recycle() |
void | setNote(int i, Object o) |