Examples of MapTagHandler


Examples of nu.fw.jeti.plugins.buddyspacemaps.xml.MapTagHandler

    private JTextField pubsubJidTextField;
    private JTextField pubsubNodeTextField;
   
    public static void init(final Backend backend)
  {
    backend.addExtensionHandler("http://jabber.open.ac.uk/tags/map",new MapTagHandler());
    new Plugin(backend);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.