Crazy Eddie's GUI System  0.8.7
CEGUI::ResourceEventArgs Class Reference

EventArgs based class that is used for notifications regarding resources. More...

+ Inheritance diagram for CEGUI::ResourceEventArgs:
+ Collaboration diagram for CEGUI::ResourceEventArgs:

Public Member Functions

 ResourceEventArgs (const String &type, const String &name)
 

Public Attributes

String resourceType
 String identifying the resource type this notification is about.
 
String resourceName
 String identifying the name of the resource this notification is about.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs based class that is used for notifications regarding resources.