|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmascoptLib.util.NotifyReason
Reason of a notification (used internally).
Constructor Summary | |
NotifyReason(String message,
Object[] obj)
Sets a message to send to some objects when they have to be notifiyed. |
Method Summary | |
String |
getMessage()
Returns the message when notifiyed. |
Object[] |
getObjects()
Returns the objects that can be notifiyed. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotifyReason(String message, Object[] obj)
message
- the message to give.obj
- a table of objects to notify.Method Detail |
public Object[] getObjects()
public String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |