public class StoreEvent extends MailEvent
Modifier and Type | Field and Description |
---|---|
static int |
ALERT
Indicates that this message is an ALERT.
|
static int |
NOTICE
Indicates that this message is a NOTICE.
|
Constructor and Description |
---|
StoreEvent(Store store,
int type,
java.lang.String message)
Construct a StoreEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
dispatch(java.lang.Object listener)
Invokes the appropriate StoreListener method.
|
java.lang.String |
getMessage()
Get the message from the Store.
|
int |
getMessageType()
Return the type of this event.
|
public static final int ALERT
public static final int NOTICE
public StoreEvent(Store store, int type, java.lang.String message)
store
- the source Storetype
- the event typemessage
- a message assoicated with the eventCopyright © 2010 - 2020 Adobe. All Rights Reserved