mascoptLib.util
Class NotifyReason
java.lang.Object
|
+--mascoptLib.util.NotifyReason
- public class NotifyReason
- extends Object
Constructor Summary |
NotifyReason(String message,
Object[] obj)
Sets a message to send to some objects when they have to be notifiyed. |
NotifyReason
public NotifyReason(String message,
Object[] obj)
- Sets a message to send to some objects when they have to be notifiyed.
- Parameters:
message
- the message to give.obj
- a table of objects to notify.
getObjects
public Object[] getObjects()
- Returns the objects that can be notifiyed.
- Returns:
- the objects in a table.
getMessage
public String getMessage()
- Returns the message when notifiyed.
- Returns:
- the message in a String.