Sha256: af6e312a4a9b3ccee50950f63c4eb0c1932d2e4a4e0736dd6618d1533d328c6a
Contents?: true
Size: 383 Bytes
Versions: 119
Compression:
Stored size: 383 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 interface Observer { void update(Observable o, Object arg); }
Version data entries
119 entries across 119 versions & 1 rubygems