com.croftsoft.apps.exemplar
Class Message
java.lang.Object
com.croftsoft.apps.exemplar.Message
public final class Message
- extends Object
Exemplar enumerated type message.
Use to pass messages between the model, view, and controller.
- Since:
- 2006-06-22
- Version:
- $Id: Message.java,v 1.2 2006/06/22 14:23:48 croft Exp $
- Author:
- David Wallace Croft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLICK_COUNT_CHANGED_INSTANCE
public static final Message CLICK_COUNT_CHANGED_INSTANCE
INCREMENT_CLICK_COUNT_INSTANCE
public static final Message INCREMENT_CLICK_COUNT_INSTANCE
Message
public Message(Message.Type type,
Object content)
Message
public Message(Message.Type type)
getType
public Message.Type getType()
getContent
public Object getContent()
CroftSoft Apps Javadoc (2006-11-12 23:26:47)