com.beust.jbus
Class Property<T>
java.lang.Object
com.beust.jbus.Property<T>
public class Property<T>
- extends Object
A holder for a value that posts events on the JBus when it gets modified.
- Author:
- "Cedric Beust"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(IBus bus,
Object source,
String name)
get
public T get()
getName
public String getName()
set
public void set(Object source,
T value)
Copyright © 2010. All Rights Reserved.