Package at.molindo.notify.model

Examples of at.molindo.notify.model.ConfigurableChannelPreferences


  }

  @Override
  public IChannelPreferences newDefaultPreferences() {
    ConfigurableChannelPreferences prefs = new ConfigurableChannelPreferences();
    prefs.setVersion(Version.LONG);
    return prefs;
  }
View Full Code Here

TOP

Related Classes of at.molindo.notify.model.ConfigurableChannelPreferences

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.