Sha256: f15f339d748f9f3af098f668527f1053d48372b9b0576665a82ebe3b48de1c89
Contents?: true
Size: 511 Bytes
Versions: 119
Compression:
Stored size: 511 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.util; public class TooManyListenersException extends Exception { public TooManyListenersException() { super(); } public TooManyListenersException(String s) { super(s); } }
Version data entries
119 entries across 119 versions & 1 rubygems