Package webworks.message.list.api

Examples of webworks.message.list.api.MessageListInitFunction


  }

  public Object getField(String name) throws Exception
   {
      if (MessageListInitFunction.NAME.equals(name)) {
         return new MessageListInitFunction();     
      } else if (MessageListAddItemFunction.NAME.equals(name)) {
         return new MessageListAddItemFunction();     
      } else if (MessageListGetItemFunction.NAME.equals(name)) {
         return new MessageListGetItemFunction();     
      } else if (MessageListMarkAllReadFunction.NAME.equals(name)) {
View Full Code Here

TOP

Related Classes of webworks.message.list.api.MessageListInitFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.