|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.jsesoft.mmbi.samples.ResourceEvent
public class ResourceEvent
Provides services for ResourceEvents.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ResourceEvent(java.lang.Object source,
long theCount)
Creates new ResourceEvent. |
Method Summary | |
---|---|
long |
getCount()
Gets the count. |
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceEvent(java.lang.Object source, long theCount)
source
- the object on which the event originally occuredtheCount
- the countMethod Detail |
---|
public long getCount()
public java.lang.String toString()
toString
in class java.util.EventObject
EventObject.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |